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/libnice | |
parent | dc64c4976cdf64a46618b71a7458933038be1863 (diff) | |
download | marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.gz marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.bz2 marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.lz marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.xz 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/libnice')
-rw-r--r-- | net-im/libnice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |