summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-06-10 21:11:08 +0000
committerjmmv <jmmv>2004-06-10 21:11:08 +0000
commit7beefd833cf2fbea13b32fde135cf5cde0c2179b (patch)
tree9e40ca09bf83fc4437a342a756cafd1ccdbc8c23 /security
parentf418ec14cb881278a5ab240cebf3f428d40f4646 (diff)
downloadpkgsrc-7beefd833cf2fbea13b32fde135cf5cde0c2179b.tar.gz
Fix build (SSL not found during configuration, causing missing includes).
Problem probably introduced during the conversion to buildlink3. Exposed by latest kristerw@'s bulk build in NetBSD 2.0_BETA/i386.
Diffstat (limited to 'security')
-rw-r--r--security/p5-SSLeay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-SSLeay/Makefile b/security/p5-SSLeay/Makefile
index d9f792543f4..b5c221e6bd4 100644
--- a/security/p5-SSLeay/Makefile
+++ b/security/p5-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/11 04:40:59 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/10 21:11:08 jmmv Exp $
#
DISTNAME= Crypt-SSLeay-0.51
@@ -17,7 +17,7 @@ USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/SSLeay/.packlist
post-patch:
- @cd ${WRKSRC} && ${SED} "s|%%SSLBASE%%|${BUILDLINK_DIR}|" Makefile.PL \
+ @cd ${WRKSRC} && ${SED} "s|%%SSLBASE%%|${BUILDLINK_PREFIX.openssl}|" Makefile.PL \
> Makefile.PL.tmp && ${MV} Makefile.PL.tmp Makefile.PL
.include "../../lang/perl5/module.mk"