diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-12 03:48:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-12 03:48:48 +0800 |
commit | cc54e24b4e43f4af240bda9a82e5ef95e63b3079 (patch) | |
tree | e407ff9f19c884c09144e648a8773cf25e52d2f7 /net-im | |
parent | dc64c4976cdf64a46618b71a7458933038be1863 (diff) | |
download | marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.gz marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.zst marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.zip |
Remove gnometarget from USE_GNOME.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16118 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/farsight2/Makefile | 4 | ||||
-rw-r--r-- | net-im/libnice/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index 14db19910..21255648b 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/farsight2/Makefile,v 1.4 2011/05/28 15:05:41 kwm Exp $ +# $MCom: ports/net-im/farsight2/Makefile,v 1.5 2011/06/11 16:13:06 kwm Exp $ PORTNAME= farsight2 PORTVERSION= 0.0.29 @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget +USE_GNOME= gnomehack pkgconfig glib20 ltverhack USE_GSTREAMER= core good bad python USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 10cb7c20a..579c9282f 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -16,7 +16,7 @@ COMMENT= Library and transmitter that implements ICE-19 USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget +USE_GNOME= gnomehack pkgconfig glib20 ltverhack USE_GSTREAMER= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GETIFADDRS" \ |