diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-12 14:08:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-12 14:08:37 +0000 |
commit | 7f540c297e29a02d33e99af1cecc289c30a00a22 (patch) | |
tree | 86773ab6cf8e19accc42f0fa23f52ffc844fa857 /net | |
parent | caac9b907e236c6584fa75bec5da9baabc021e6b (diff) | |
download | pkgsrc-7f540c297e29a02d33e99af1cecc289c30a00a22.tar.gz |
Automatically include pthread variables. Bump revision as it might
change some of the binaries.
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 c9360c67566..7af38400631 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.88 2007/05/02 08:12:37 cjs Exp $ +# $NetBSD: Makefile,v 1.89 2007/06/12 14:08:37 joerg Exp $ DISTNAME= bind-${BIND_VERSION} CATEGORIES= net +PKGREVISION= 1 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org @@ -35,6 +36,7 @@ PKG_GECOS.${BIND_USER}= Named pseudo-user PKG_HOME.${BIND_USER}= ${BIND_DIR} PTHREAD_OPTS+= native +PTHREAD_AUTO_VARS= yes FILES_SUBST+= BIND_GROUP=${BIND_GROUP:Q} BIND_USER=${BIND_USER:Q} PAX=${PAX:Q} MESSAGE_SUBST+= BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER} |