summaryrefslogtreecommitdiff
path: root/net/ncftp2
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:11:30 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:11:30 +0000
commitd792103c87eb8ba141c6725abab884be490bb185 (patch)
tree0476656a7a28be0d33f66f418a5b33f0ff9ce67d /net/ncftp2
parent9ddc439a72c3ecc0fa6547546723eb79c9529a5c (diff)
downloadpkgsrc-d792103c87eb8ba141c6725abab884be490bb185.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 USE_SOCKS to BUILD_DEFS
Diffstat (limited to 'net/ncftp2')
-rw-r--r--net/ncftp2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index 2d86deb298b..9697f2f6c7d 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/08/16 09:41:24 agc Exp $
+# $NetBSD: Makefile,v 1.18 1999/08/18 09:11:31 agc Exp $
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -12,6 +12,8 @@ HOMEPAGE= http://www.ncftp.com/ncftp/
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-extra-dirs
+BUILD_DEFS+= USE_SOCKS
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"