summaryrefslogtreecommitdiff
path: root/net/mydns-mysql
diff options
context:
space:
mode:
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r--net/mydns-mysql/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile
index a9ac2c7b3f2..eed4e3a544b 100644
--- a/net/mydns-mysql/Makefile
+++ b/net/mydns-mysql/Makefile
@@ -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"