diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-24 18:26:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-24 18:26:24 +0800 |
commit | 66a972b354cc14f84263c012af72c4dc608a0841 (patch) | |
tree | 28cd78d1c54981b60500d8ac732566ebe151e999 | |
parent | 594ef4041d54e5a642cd98e548e088a801d89c65 (diff) | |
download | marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.tar marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.tar.gz marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.tar.bz2 marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.tar.lz marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.tar.xz marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.tar.zst marcuscom-ports-66a972b354cc14f84263c012af72c4dc608a0841.zip |
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
-rw-r--r-- | net-im/libnice/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <marcus@FreeBSD.org> # $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 <bsd.port.options.mk> |