diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /net/radvd/Makefile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'net/radvd/Makefile')
-rw-r--r-- | net/radvd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/radvd/Makefile b/net/radvd/Makefile index 1bc27a796b64..9ff22fde8ba5 100644 --- a/net/radvd/Makefile +++ b/net/radvd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: radvd -# Date created: Fri Jul 6 03:17:33 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= radvd PORTVERSION= 1.9.1 @@ -17,8 +13,8 @@ LIB_DEPENDS= daemon.0:${PORTSDIR}/devel/libdaemon GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name= +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= yes USE_RC_SUBR= radvd MAN5= radvd.conf.5 |