diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 04:26:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 04:26:24 +0000 |
commit | ac6724aa7c9de3f39d4c7cad52bcba16ec3a52b6 (patch) | |
tree | f235e944d16dfc4dc428a56b1919afe3d6e8ca9a /security/gnupg | |
parent | e0fd563afe2df29b579de2af47b4915b7dc531ad (diff) | |
download | pkgsrc-ac6724aa7c9de3f39d4c7cad52bcba16ec3a52b6.tar.gz |
gzcat is needed, so note it as such for the new tools framework.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk index f7545c9481a..5fc22c81ebd 100644 --- a/security/gnupg/options.mk +++ b/security/gnupg/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2005/03/22 17:50:55 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2005/05/15 04:26:24 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg PKG_SUPPORTED_OPTIONS= i586-optimized curl idea ldap m68060-optimized @@ -25,6 +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 pre-configure: ${GZCAT} ${DISTDIR}/idea.c.gz > ${WRKSRC}/cipher/idea.c |