summaryrefslogtreecommitdiff
path: root/www/communicator
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 08:46:53 +0000
committeragc <agc@pkgsrc.org>1999-08-18 08:46:53 +0000
commitf32d265e28922dd76fe0c6e90f6d08ffd48b86de (patch)
tree1f968fa7f164ddc5b4fb7d19bf3d67c5dfdfd213 /www/communicator
parent1d08b0cf69a471288b994c6d198e5a48ae7b2e28 (diff)
downloadpkgsrc-f32d265e28922dd76fe0c6e90f6d08ffd48b86de.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'www/communicator')
-rw-r--r--www/communicator/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile
index ce117bd7b47..fc2b3181c34 100644
--- a/www/communicator/Makefile
+++ b/www/communicator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/08/13 21:24:12 abs Exp $
+# $NetBSD: Makefile,v 1.19 1999/08/18 08:56:12 agc Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -7,6 +7,9 @@ BINNAME= communicator
NS_VERS= 4.61
NS_VERS_SHORT= 461
NS_ENCRYPTION?= export
+
+BUILD_DEFS+= NS_ENCRYPTION
+
#
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc"