summaryrefslogtreecommitdiff
path: root/net/mydns-mysql
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-05 12:24:35 +0000
committerwiz <wiz@pkgsrc.org>2005-11-05 12:24:35 +0000
commit0de3b301dc9f246683b833c2705632ee08e679c0 (patch)
tree4b1add83f77e99755fc1e80fc08f2261b3936048 /net/mydns-mysql
parent9049ac9a1d7cf640a5eed579392f4d982d0b3cdd (diff)
downloadpkgsrc-0de3b301dc9f246683b833c2705632ee08e679c0.tar.gz
Add missing includes (ssl, zlib). From Geert Hendrickx.
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r--net/mydns-mysql/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile
index 90977266db1..cf985968021 100644
--- a/net/mydns-mysql/Makefile
+++ b/net/mydns-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/11/03 03:03:31 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2005/11/05 12:24:35 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-mysql-/}
PKGREVISION= 1
@@ -14,5 +14,6 @@ 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
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../net/mydns-pgsql/Makefile.common"
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../net/mydns-pgsql/Makefile.common"