mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Ensure CC is respected
Set USE_GCC=any to allow building on head
This commit is contained in:
parent
30501989f0
commit
a2d0bbeb93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326557
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user