summaryrefslogtreecommitdiff
path: root/net/powerdns-mysql/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-13 09:38:42 +0000
committerghen <ghen@pkgsrc.org>2006-08-13 09:38:42 +0000
commit2c56002c65b98c8927e26cfe51b608d4995b4a0c (patch)
tree57b32c59f5d6a274d6ef10068948ce7967de857d /net/powerdns-mysql/Makefile
parent04d93701fc3bf0814ad4acf145c58e3f4659650b (diff)
downloadpkgsrc-2c56002c65b98c8927e26cfe51b608d4995b4a0c.tar.gz
Revert to net/powerdns-mysql (I accidentally imported net/powerdns-pgsql in
this directory).
Diffstat (limited to 'net/powerdns-mysql/Makefile')
-rw-r--r--net/powerdns-mysql/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile
index df1191773c2..484e56fc676 100644
--- a/net/powerdns-mysql/Makefile
+++ b/net/powerdns-mysql/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.2 2006/08/13 09:35:30 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/13 09:38:42 ghen Exp $
.include "../../net/powerdns/Makefile.backend"
-PKGNAME= ${DISTNAME:S/pdns/powerdns-pgsql/}
-COMMENT= PostgreSQL backend module for PowerDNS
+PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/}
+COMMENT= MySQL backend module for PowerDNS
-CONFIGURE_ARGS+= --with-dynmodules="gpgsql"
-CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
-CONFIGURE_ARGS+= --with-pgsql-includes=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
+CONFIGURE_ARGS+= --with-dynmodules="gmysql"
+CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
+CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/include/mysql
-.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"