diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-03 11:02:37 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-03 11:02:37 +0000 |
commit | eaeda40a013c8749bc5f961dd66846e38b6c74f7 (patch) | |
tree | e028d12ce3c9554d76345ca1f456a843e40ebc91 /dns/unbound | |
parent | 94eaa2a73fcbb6f72a99ec82de8c22a514bc08ef (diff) |
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 5b09d1bde667..a387a8dfc565 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,6 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.4.21 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -19,6 +20,7 @@ CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} USE_LDCONFIG= yes USERS= ${PORTNAME} +GROUPS= ${PORTNAME} USE_RC_SUBR= unbound |