summaryrefslogtreecommitdiff
path: root/net
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
parent9049ac9a1d7cf640a5eed579392f4d982d0b3cdd (diff)
downloadpkgsrc-0de3b301dc9f246683b833c2705632ee08e679c0.tar.gz
Add missing includes (ssl, zlib). From Geert Hendrickx.
Diffstat (limited to 'net')
-rw-r--r--net/mydns-mysql/Makefile7
-rw-r--r--net/mydns-pgsql/Makefile6
-rw-r--r--net/mydns-pgsql/Makefile.common8
3 files changed, 11 insertions, 10 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"
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 3696f0e5360..18a357793a2 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/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/-/-pgsql-/}
PKGREVISION= 1
@@ -10,5 +10,5 @@ CONFIGURE_ARGS+= --without-mysql
CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
CONFIGURE_ARGS+= --with-pgsql-include=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
-.include "../../mk/pgsql.buildlink3.mk"
-.include "Makefile.common"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "Makefile.common"
diff --git a/net/mydns-pgsql/Makefile.common b/net/mydns-pgsql/Makefile.common
index 54a8df51fc0..9918abbc44e 100644
--- a/net/mydns-pgsql/Makefile.common
+++ b/net/mydns-pgsql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2005/11/03 03:03:31 minskim Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/11/05 12:24:35 wiz Exp $
DISTNAME= mydns-1.0.0
CATEGORIES= net
@@ -31,11 +31,11 @@ RCD_SCRIPTS= mydns
PKG_GROUPS= ${MYDNS_GROUP}
PKG_USERS= ${MYDNS_USER}:${MYDNS_GROUP}::MyDNS\ user
-.include "../../devel/gettext-lib/buildlink3.mk"
-
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${WRKSRC}/src/mydns/mydns --dump-config > ${EGDIR}/mydns.conf
${CHMOD} 0600 ${EGDIR}/mydns.conf
-.include "../../mk/bsd.pkg.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"