diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-10-05 07:01:06 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-10-05 07:01:06 +0000 |
commit | d92849d125860bd51116225e1eecb4b16b89df64 (patch) | |
tree | c4eb15c5035518af90c7a44fcf97cb4badadf32a /security | |
parent | 60a6884fb049dfb482383140248400f40383820d (diff) | |
download | pkgsrc-d92849d125860bd51116225e1eecb4b16b89df64.tar.gz |
Unbreak previous.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 3e7e929ed07..b6f59f19418 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.180 2013/10/03 11:15:48 joerg Exp $ +# $NetBSD: Makefile,v 1.181 2013/10/05 07:01:06 jperkin Exp $ DISTNAME= openssl-1.0.1e MASTER_SITES= http://ftp.openssl.org/source/ @@ -121,6 +121,7 @@ USE_PLIST_SHLIB= no CONFIGURE_ARGS+= ${CFLAGS} ${LDFLAGS} CONFIGURE_ENV+= PERL=${PERL5:Q} +PLIST_SRC+= ${PKGDIR}/PLIST.common USE_PLIST_SHLIB?= yes .if ${USE_PLIST_SHLIB} == "yes" PLIST_SRC+= ${PKGDIR}/PLIST.shlib |