diff options
Diffstat (limited to 'net/radvd/Makefile')
-rw-r--r-- | net/radvd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/radvd/Makefile b/net/radvd/Makefile index 30c9bc5af2b4..57c4734796f4 100644 --- a/net/radvd/Makefile +++ b/net/radvd/Makefile @@ -6,13 +6,16 @@ # PORTNAME= radvd -PORTVERSION= 1.8.5 +PORTVERSION= 1.9 CATEGORIES= net ipv6 MASTER_SITES= http://www.litech.org/radvd/dist/ MAINTAINER= dhn@FreeBSD.org COMMENT= A Linux/BSD IPv6 router advertisement daemon +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +LIB_DEPENDS= daemon.0:${PORTSDIR}/devel/libdaemon + GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name= USE_GMAKE= yes |