diff options
author | agc <agc@pkgsrc.org> | 2002-07-02 11:41:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-02 11:41:57 +0000 |
commit | c47d2d7c0b1f1e8f4d72ad5f07a1b796d3483275 (patch) | |
tree | 47fdcd02981e6b193745c623b1d8335afb8aadac /security/p5-Crypt-OpenPGP | |
parent | 1f65115414c49718879b40ffbb5e6cd796082f58 (diff) | |
download | pkgsrc-c47d2d7c0b1f1e8f4d72ad5f07a1b796d3483275.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package as using an interactive configuration stage
Diffstat (limited to 'security/p5-Crypt-OpenPGP')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 7377e80f9e1..509b0694c8d 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:40 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/02 11:41:57 agc Exp $ # DISTNAME= Crypt-OpenPGP-0.17 @@ -27,8 +27,7 @@ DEPENDS+= p5-Crypt-DSA-[0-9]*:../../security/p5-Crypt-DSA # hmmm #DEPENDS+= p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA -# hmmm -IS_INTERACTIVE= # defined +INTERACTIVE_STAGE= configure # need to select ciphers and digests USE_PERL5= # defined # more than one? |