diff options
-rw-r--r-- | databases/postgresql/Makefile | 6 | ||||
-rw-r--r-- | devel/cvs-current/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs/Makefile | 4 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 4 |
4 files changed, 13 insertions, 5 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 3222f88b084..efdc2084e8f 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1999/07/13 17:42:57 bad Exp $ +# $NetBSD: Makefile,v 1.36 1999/08/18 09:00:23 agc Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -37,7 +37,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/${PGUSER} \ --with-libs=${PREFIX}/lib \ --with-template=`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'` -INSTALL_TARGET= install install-man +INSTALL_TARGET= install install-man + +BUILD_DEFS+= PGGROUP PGUSER .include "../../mk/bsd.prefs.mk" 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) diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index a8528f3ff5f..4a0f0769fe4 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/07/09 15:58:34 itojun Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/18 09:01:49 agc Exp $ # DISTNAME= qpopper2.53 @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \ --sysconfdir=${PREFIX}/etc --enable-apop \ --with-apop=/etc/apop.auth --with-apopuid=root +BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6 + .include "../../mk/bsd.prefs.mk" .if defined(QPOPPER_SERVERMODE) |