Handle info page with install framework. Bump revision.
This commit is contained in:
parent
7fa9e64402
commit
edae17f5dd
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:27 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2006/06/07 12:43:13 joerg Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-mysql-/}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
COMMENT= MySQL-based DNS server
|
||||
|
||||
CONFLICTS= mydns-pgsql-[0-9]*
|
||||
|
@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --without-pgsql
|
|||
CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
|
||||
CONFIGURE_ARGS+= --with-mysql-include=${BUILDLINK_PREFIX.mysql-client}/include/mysql
|
||||
|
||||
INFO_FILES= # PLIST
|
||||
|
||||
.include "../../mk/mysql.buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../net/mydns-pgsql/Makefile.common"
|
||||
|
|
Loading…
Reference in a new issue