summaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:20:00 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:20:00 +0000
commitd4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (patch)
tree5320963cc43d07d1de3362e5bd1d7d7637d48040 /archivers/zip
parent1ea71c2b8f4603e859b8b3442853e8f6100f07bd (diff)
downloadpkgsrc-d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add ZIP_ENCRYPTION to BUILD_DEFS
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 1b1ef6e5b6e..2dbf13eb85a 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/11/03 15:29:39 christos Exp $
+# $NetBSD: Makefile,v 1.15 1999/08/18 09:20:01 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp
#
@@ -15,6 +15,8 @@ MAKEFILE= unix/Makefile
MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}"
ALL_TARGET= generic
+BUILD_DEFS+= ZIP_ENCRYPTION
+
.include "../../mk/bsd.prefs.mk"
.if defined(ZIP_ENCRYPTION)