diff options
Diffstat (limited to 'net/mydns-mysql/Makefile')
-rw-r--r-- | net/mydns-mysql/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index 62c5051db80..103c0cd8d6b 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2006/01/08 18:35:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/24 09:10:50 ghen Exp $ -PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 2 -COMMENT= MySQL-based DNS server +PKGNAME= ${DISTNAME:S/-/-mysql-/} +PKGREVISION= 2 +COMMENT= MySQL-based DNS server -CONFLICTS= mydns-pgsql-[0-9]* +CONFLICTS= mydns-pgsql-[0-9]* -DISTINFO_FILE= ${.CURDIR}/../../net/mydns-pgsql/distinfo -PATCHDIR= ${.CURDIR}/../../net/mydns-pgsql/patches -FILESDIR= ${.CURDIR}/../../net/mydns-pgsql/files +DISTINFO_FILE= ${.CURDIR}/../../net/mydns-pgsql/distinfo +PATCHDIR= ${.CURDIR}/../../net/mydns-pgsql/patches +FILESDIR= ${.CURDIR}/../../net/mydns-pgsql/files CONFIGURE_ARGS+= --without-pgsql CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql |