diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
commit | 35f017ce7ae6e18e6102f62c4167973050ee3fca (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /security | |
parent | c9f7c574b439e0e124485dacb55b96516866e9f4 (diff) | |
download | pkgsrc-35f017ce7ae6e18e6102f62c4167973050ee3fca.tar.gz |
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/options.mk | 4 | ||||
-rw-r--r-- | security/mit-krb5/Makefile | 5 | ||||
-rw-r--r-- | security/pgp2/Makefile | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk index 5fc22c81ebd..367487fc14c 100644 --- a/security/gnupg/options.mk +++ b/security/gnupg/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/05/15 04:26:24 jlam Exp $ +# $NetBSD: options.mk,v 1.4 2005/07/15 18:27:53 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg PKG_SUPPORTED_OPTIONS= i586-optimized curl idea ldap m68060-optimized @@ -25,7 +25,7 @@ LICENCE= fee-based-commercial-use DISTFILES+= idea.c.gz SITES_idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ http://www.gnupg.dk/contrib-dk/ -PKGSRC_USE_TOOLS+= gzcat +USE_TOOLS+= gzcat pre-configure: ${GZCAT} ${DISTDIR}/idea.c.gz > ${WRKSRC}/cipher/idea.c diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 2e484f81142..c61098fb911 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/06/20 06:39:59 kristerw Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/15 18:27:53 jlam Exp $ DISTNAME= krb5-1.4 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -21,8 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFLICTS+= heimdal-[0-9]* CONFLICTS+= kth-krb4-[0-9]* -PKGSRC_USE_TOOLS+= gzcat -USE_TOOLS+= autoconf yacc +USE_TOOLS+= autoconf gzcat yacc GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 2b295eb53ed..5030078a8ef 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/06/17 03:50:32 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2005/07/15 18:27:53 jlam Exp $ DISTNAME= pgp263is CATEGORIES= security @@ -65,7 +65,7 @@ CFLAGS+= -DHIGHFIRST BUILD_DEFS+= USE_RSAREF2 M68060 ASMFLAG -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar INSTALLATION_DIRS= bin man/man1 .if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO |