From 0de3b301dc9f246683b833c2705632ee08e679c0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Nov 2005 12:24:35 +0000 Subject: Add missing includes (ssl, zlib). From Geert Hendrickx. --- net/mydns-pgsql/Makefile | 6 +++--- net/mydns-pgsql/Makefile.common | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net/mydns-pgsql') 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" -- cgit v1.2.3