diff options
author | grant <grant@pkgsrc.org> | 2004-03-30 09:05:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-30 09:05:56 +0000 |
commit | e86f5610f78668043006f4812fb30798ad108d47 (patch) | |
tree | 343ed72bde499baeb961371a039a4ae61e355b7b /security/gnupg | |
parent | a3c7ee3f5bd679efe078d24e7e5dff4d08066d72 (diff) | |
download | pkgsrc-e86f5610f78668043006f4812fb30798ad108d47.tar.gz |
compress USE_GNU_TOOLS onto one line.
Diffstat (limited to 'security/gnupg')
-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 |