diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 22:35:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 22:35:58 +0000 |
commit | a2d0bbeb93b53378c26491aba65c57dc72c8a44e (patch) | |
tree | 94d52ebb7e721c24777d904f3869e203e8eb2da0 /net/pimdd | |
parent | 30501989f0735b23b0993cdad0374374a33a2006 (diff) | |
download | ports-a2d0bbeb93b53378c26491aba65c57dc72c8a44e.tar.gz ports-a2d0bbeb93b53378c26491aba65c57dc72c8a44e.zip |
Notes
Diffstat (limited to 'net/pimdd')
-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 \ |