diff options
author | obache <obache@pkgsrc.org> | 2014-06-05 02:53:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-05 02:53:18 +0000 |
commit | dff10ee657a4dae4f14953ee715e1ee65b4a1ff1 (patch) | |
tree | d1376e9de144ef2095e6d632e8a7485de2041f50 /security | |
parent | 119a04e7bfd81fe40476454968085eacfebaacc5 (diff) | |
download | pkgsrc-dff10ee657a4dae4f14953ee715e1ee65b4a1ff1.tar.gz |
No reason to require gtar.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index ea8841da637..bdee7a17b2d 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2014/05/29 23:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.191 2014/06/05 02:53:18 obache Exp $ DISTNAME= openssl-1.0.1g MASTER_SITES= http://ftp.openssl.org/source/ @@ -24,7 +24,6 @@ USE_GCC_RUNTIME= yes .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" -EXTRACT_USING= gtar USE_TOOLS+= fgrep gmake perl TEST_TARGET= tests MAKE_JOBS_SAFE= no |