diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bird/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index 4c6d45199343..7d7cb980cc1d 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -3,7 +3,7 @@ PORTNAME= bird PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ @@ -23,6 +23,8 @@ MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= ${PKGBASE} +GROUPS= birdvty + .if ${FLAVOR:U} == ipv6 CONFIGURE_ARGS+= --enable-ipv6 PLIST_SUB= VER=6 |