summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorgrant <grant>2003-04-15 02:21:22 +0000
committergrant <grant>2003-04-15 02:21:22 +0000
commit6815cb78bb2dc60797917bb24e67626d8a85041e (patch)
treef7489258b059d558884ea2013ac856d8f5e0533b /www/ap-ssl
parent9ad8c80cf17a0b4504a37e64da25edc62c70386a (diff)
downloadpkgsrc-6815cb78bb2dc60797917bb24e67626d8a85041e.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"