diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 04:37:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 04:37:08 +0000 |
commit | d18ace9d51eceab1f88bda4b38fcc6d342098a5c (patch) | |
tree | 4c41e3d0923e47d9deaa6515a337d2921c28e99f /security/pgp2 | |
parent | 6a24b198586d16204ecf23c8353a6254dd6d661b (diff) | |
download | pkgsrc-d18ace9d51eceab1f88bda4b38fcc6d342098a5c.tar.gz |
remove IS_INTERACTIVE, since it doesn't seem to be interactive (anymore?)
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 964a6dd38c0..31f7c523984 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/12/16 12:03:21 abs Exp $ +# $NetBSD: Makefile,v 1.22 2000/02/05 04:37:08 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -32,7 +32,6 @@ RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no PGPLIB= ${PREFIX}/share/pgp CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\" -IS_INTERACTIVE= yes .if ${MACHINE_ARCH} == "i386" OBJS_EXT= _80386.o _zmatch.o |