pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind9 Added the relevant variables to BUILD_DEFS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04384ccd04f0
branches:  trunk
changeset: 518248:04384ccd04f0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Sep 03 22:58:26 2006 +0000

description:
Added the relevant variables to BUILD_DEFS.

diffstat:

 net/bind9/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 26867d823d17 -r 04384ccd04f0 net/bind9/Makefile
--- a/net/bind9/Makefile        Sun Sep 03 22:55:33 2006 +0000
+++ b/net/bind9/Makefile        Sun Sep 03 22:58:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2006/08/28 16:00:45 seb Exp $
+# $NetBSD: Makefile,v 1.81 2006/09/03 22:58:26 rillig Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGREVISION=   1
@@ -16,6 +16,8 @@
 BUILD_DEFS+=   USE_INET6
 # No need to set USE_INET6, will auto-detect.
 
+BUILD_DEFS+=   BIND_USER BIND_GROUP BIND_DIR VARBASE
+
 USE_LIBTOOL=           yes
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index