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 | da089ed616616da7eac05b99ce52a364a908f5a7 (patch) | |
tree | a967de41c408399a6ab9524c6e37e43ca811f25b /net | |
parent | c47cc98f9c858c70d6d3dd9e52c1dfdfc69ad54a (diff) | |
download | pkgsrc-da089ed616616da7eac05b99ce52a364a908f5a7.tar.gz |
Added the relevant variables to BUILD_DEFS.
Diffstat (limited to 'net')
-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 |