diff options
author | grant <grant> | 2004-03-30 09:05:56 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-30 09:05:56 +0000 |
commit | 7c4be87b8e485248e31465bb026363cc0228683b (patch) | |
tree | 343ed72bde499baeb961371a039a4ae61e355b7b /security | |
parent | 9ed98809f2a7783afbbac8b8ce67d58aeb1e0db3 (diff) | |
download | pkgsrc-7c4be87b8e485248e31465bb026363cc0228683b.tar.gz |
compress USE_GNU_TOOLS onto one line.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ee9479a305b..1f6ede4e427 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/03/01 19:12:25 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2004/03/30 09:05:56 grant Exp $ DISTNAME= gnupg-1.2.4 PKGREVISION= 1 @@ -21,12 +21,10 @@ CRYPTO= yes GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= make sed CONFIGURE_ARGS+= --enable-tiger --with-static-rnd=auto TEST_TARGET= check -USE_GNU_TOOLS+= sed - EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} INFO_FILES= gpg.info gpgv.info |