summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-15 02:21:22 +0000
committergrant <grant@pkgsrc.org>2003-04-15 02:21:22 +0000
commit3c889eb8cbcff0782df94422902a584edef0ba4e (patch)
treef7489258b059d558884ea2013ac856d8f5e0533b /www/ap-ssl
parent48e85c9b6287571458cf084d284e4c43bbcbd414 (diff)
downloadpkgsrc-3c889eb8cbcff0782df94422902a584edef0ba4e.tar.gz
include lang/gcc/buildlink2.mk, so this can find libgcc from lang/gcc
if we're using it.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r--www/ap-ssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index 03c1569d295..b9d7d79a0bc 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2003/04/10 08:36:41 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2003/04/15 02:21:22 grant Exp $
DISTNAME= mod_ssl-2.8.14-1.3.27
PKGNAME= ap-ssl-2.8.14
@@ -97,6 +97,7 @@ post-install:
cd ${WRKSRC}/pkg.sslcfg; ${INSTALL_DATA} README.PRM *.prm \
${EGDIR}/ssl.prm
+.include "../../lang/gcc/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../www/apache/buildlink2.mk"