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/cvs | |
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/cvs')
-rw-r--r-- | devel/cvs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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) |