summaryrefslogtreecommitdiff
path: root/devel/cvs-current
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:00:23 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:00:23 +0000
commitbb857d2aff88e7091adbd66c7e31cd3f692e1387 (patch)
tree088e04b635490f68eca91e1e7f011ca4aaa492f7 /devel/cvs-current
parentf32d265e28922dd76fe0c6e90f6d08ffd48b86de (diff)
downloadpkgsrc-bb857d2aff88e7091adbd66c7e31cd3f692e1387.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 'devel/cvs-current')
-rw-r--r--devel/cvs-current/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvs-current/Makefile b/devel/cvs-current/Makefile
index 19d02b1ab70..39f0301b24b 100644
--- a/devel/cvs-current/Makefile
+++ b/devel/cvs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/07/26 23:38:49 cjs Exp $
+# $NetBSD: Makefile,v 1.2 1999/08/18 09:04:17 agc Exp $
#
DISTNAME= cvs-1.10.6
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.cyclic.com/cvs/info.html
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
+BUILD_DEFS+= USE_KERBEROS4 USE_KERBEROS5 RCS_LOCALID
+
#.if exists(/usr/lib/libkrb.a)
#CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
#.endif