diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-03 22:58:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-03 22:58:26 +0000 |
commit | 6734ca4ac8e40033bb3b2e0df733f449e3a0e9cc (patch) | |
tree | a967de41c408399a6ab9524c6e37e43ca811f25b /net/bind9 | |
parent | c18217f6f189df452657192d7be6336f622ce116 (diff) | |
download | pkgsrc-6734ca4ac8e40033bb3b2e0df733f449e3a0e9cc.tar.gz |
Added the relevant variables to BUILD_DEFS.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index f9b5fc2811f..3c95ba89051 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -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 @@ BIND_VERSION= 9.3.2 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 |