diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-10 21:11:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-10 21:11:08 +0000 |
commit | 116b48f58cbdb9f5b6056347d9ddcdd250348f3d (patch) | |
tree | 9e40ca09bf83fc4437a342a756cafd1ccdbc8c23 /security | |
parent | 3909a98a78619c58539a00aca2f3a135ba3d0eb5 (diff) | |
download | pkgsrc-116b48f58cbdb9f5b6056347d9ddcdd250348f3d.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/Makefile | 4 |
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" |