diff options
author | fredb <fredb@pkgsrc.org> | 2001-04-09 02:36:47 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-04-09 02:36:47 +0000 |
commit | 5e16130edb2272015782260cd1fbba7318c715ad (patch) | |
tree | d236edd52bf14a15e29413f7146220ea920588cd /security | |
parent | 6ac2a4f06b3558037a630b02a129d41e49566435 (diff) | |
download | pkgsrc-5e16130edb2272015782260cd1fbba7318c715ad.tar.gz |
Make an explicit BUILD_DEPENDS on perl5, rather than the run-time DEPENDS
that USE_PERL implies, as the core functionality of this package does not
depend on perl. The user can always install perl later, to format the "pod"
docs or to run the installed scripts.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 8d6cd904170..4e0780a687b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/04/05 14:00:55 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2001/04/09 02:36:47 fredb Exp $ # DISTNAME= openssl-0.9.5a @@ -10,10 +10,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library +BUILD_DEPENDS+= perl-5.*:../../lang/perl5 + CONFLICTS= SSLeay-* ssleay-* base64-* CRYPTO= YES -USE_PERL5= YES # supplies IDEA/RC5 LICENCE= fee-based-commercial-use |