diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-05 12:24:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-05 12:24:35 +0000 |
commit | acbc0aaf37b427102518a888eae7ebc7d294c2bf (patch) | |
tree | 4b1add83f77e99755fc1e80fc08f2261b3936048 /net/mydns-mysql | |
parent | 8e3081ad20cf07468d85ceea45cf64927f1cb612 (diff) | |
download | pkgsrc-acbc0aaf37b427102518a888eae7ebc7d294c2bf.tar.gz |
Add missing includes (ssl, zlib). From Geert Hendrickx.
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r-- | net/mydns-mysql/Makefile | 7 |
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" |