aboutsummaryrefslogtreecommitdiffstats
path: root/net/pimdd
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-07 06:35:58 +0800
committerbapt <bapt@FreeBSD.org>2013-09-07 06:35:58 +0800
commit0abf197ee5d34f90d3e78089f3df515ee7bc1a69 (patch)
tree94d52ebb7e721c24777d904f3869e203e8eb2da0 /net/pimdd
parentc3d15a8c731d1b089e69c0de42540fedc09d6abb (diff)
downloadfreebsd-ports-gnome-0abf197ee5d34f90d3e78089f3df515ee7bc1a69.tar.gz
freebsd-ports-gnome-0abf197ee5d34f90d3e78089f3df515ee7bc1a69.tar.zst
freebsd-ports-gnome-0abf197ee5d34f90d3e78089f3df515ee7bc1a69.zip
Ensure CC is respected
Set USE_GCC=any to allow building on head
Diffstat (limited to 'net/pimdd')
-rw-r--r--net/pimdd/Makefile9
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 \