diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:00:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:00:23 +0000 |
commit | bb857d2aff88e7091adbd66c7e31cd3f692e1387 (patch) | |
tree | 088e04b635490f68eca91e1e7f011ca4aaa492f7 /devel | |
parent | f32d265e28922dd76fe0c6e90f6d08ffd48b86de (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/cvs-current/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 519864daafd..171ad8e3838 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/08/17 19:02:52 thorpej Exp $ +# $NetBSD: Makefile,v 1.22 1999/08/18 09:04:17 agc Exp $ # DISTNAME= cvs-1.10 @@ -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 + .include "../../mk/bsd.prefs.mk" .if defined(USE_KERBEROS4) |