diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pimdd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/pimdd/Makefile b/net/pimdd/Makefile index d71cfae9a777..96f7224849a5 100644 --- a/net/pimdd/Makefile +++ b/net/pimdd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pimdd -# Date created: 18 March 2004 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pimdd PORTVERSION= 0.2.1.0 @@ -14,6 +10,9 @@ DISTNAME= pimd-dense MAINTAINER= ports@FreeBSD.org COMMENT= UO Dense Protocol-Independent Multicast (PIM-DM) daemon for IPv4 +MAKE_ARGS+= CC="${CC}" +USE_GCC= any + NO_MAN= yes PLIST_FILES= sbin/pimdd \ |