diff options
author | ghen <ghen@pkgsrc.org> | 2006-01-24 09:10:50 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-01-24 09:10:50 +0000 |
commit | 9587d9cf9c7485574cc98f0a2d960c65c9e2ad5b (patch) | |
tree | 144a12fb4e6e6d157552c70e1efb029754a5a9a0 /net/mydns-pgsql/Makefile | |
parent | 987d855722f5bc96dbe43bdfecec92cfe60795f4 (diff) | |
download | pkgsrc-9587d9cf9c7485574cc98f0a2d960c65c9e2ad5b.tar.gz |
Reindent.
Diffstat (limited to 'net/mydns-pgsql/Makefile')
-rw-r--r-- | net/mydns-pgsql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile index 18a357793a2..f8801941d96 100644 --- a/net/mydns-pgsql/Makefile +++ b/net/mydns-pgsql/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2005/11/05 12:24:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/24 09:10:51 ghen Exp $ -PKGNAME= ${DISTNAME:S/-/-pgsql-/} -PKGREVISION= 1 -COMMENT= PostgreSQL-based DNS server +PKGNAME= ${DISTNAME:S/-/-pgsql-/} +PKGREVISION= 1 +COMMENT= PostgreSQL-based DNS server -CONFLICTS= mydns-mysql-[0-9]* +CONFLICTS= mydns-mysql-[0-9]* CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib |