diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 15:33:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 15:33:54 +0000 |
commit | 2854e94154498a3fdff114ef613e8ed634cec1a7 (patch) | |
tree | 7cdf54b0a6724ccee3aad7e8376767e4e0f1d986 /net/linphone-base | |
parent | 148c52a1812c7b9ab58d748203bed5bc063c53b0 (diff) | |
download | ports-2854e94154498a3fdff114ef613e8ed634cec1a7.tar.gz ports-2854e94154498a3fdff114ef613e8ed634cec1a7.zip |
Switch to USE_GNOME to chase the libgnome* shared lib versions.
Notes
Notes:
svn path=/head/; revision=89054
Diffstat (limited to 'net/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 7b72724f6baa..a83eb58ef9a1 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -15,15 +15,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \ - panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ ogg.4:${PORTSDIR}/audio/libogg USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix libgnomeui gnomepanel CONFIGURE_ARGS= --disable-ipv6 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |