From 66a972b354cc14f84263c012af72c4dc608a0841 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 24 Jul 2013 10:26:24 +0000 Subject: Only show options in the master port. Convert to new gmake way of doing things. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18632 df743ca5-7f9a-e211-a948-0013205c9059 --- net-im/libnice/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net-im/libnice') diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index c024a6bdf..c4bc8140a 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/libnice/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= libnice PORTVERSION= 0.1.4 @@ -10,16 +10,17 @@ MASTER_SITES= http://nice.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USE_GMAKE= yes -USES= gettext pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib +.if !defined(LIBNICE_SLAVE) OPTIONS_DEFINE= GUPNP GUPNP_DESC= UPnP IGD port mapping support +.endif .include -- cgit v1.2.3