summaryrefslogtreecommitdiff
path: root/net/mydns-pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'net/mydns-pgsql')
-rw-r--r--net/mydns-pgsql/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 816b2ab00b0..2819281ec43 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:27 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/07 12:54:48 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PostgreSQL-based DNS server
CONFLICTS= mydns-mysql-[0-9]*
@@ -10,5 +10,7 @@ CONFIGURE_ARGS+= --without-mysql
CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
CONFIGURE_ARGS+= --with-pgsql-include=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
+INFO_FILES= # PLIST
+
.include "../../mk/pgsql.buildlink3.mk"
.include "Makefile.common"