diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 11:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 11:57:44 +0000 |
commit | 724818b671f7ccf2805bb7ef0ae116beb7e1e95c (patch) | |
tree | cb9717a914b54edba36dfe14fe227a41693232bc /security/crypto++ | |
parent | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (diff) | |
download | pkgsrc-724818b671f7ccf2805bb7ef0ae116beb7e1e95c.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'security/crypto++')
-rw-r--r-- | security/crypto++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile index 6a719ef377e..01faa55dc98 100644 --- a/security/crypto++/Makefile +++ b/security/crypto++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/05/21 21:13:15 zafer Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= cryptopp552 @@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ CPPFLAGS+= -DCRYPTOPP_DISABLE_ASM BUILDLINK_TRANSFORM+= rm:-pipe rm:-msse2 -EXTRACT_OPTS_ZIP= -aqo AUTO_MKDIRS= yes |