summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-08-08 17:00:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-08-08 17:00:33 +0000
commit332c6709c96de5f3e2fb26aae39c772f597e6733 (patch)
tree17327884101143b2438cc606ed807965bad5a9aa /net
parenta) Fix build (diff)
. Add missing dependence on libogg and unbreak.
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=86598
Diffstat (limited to 'net')
-rw-r--r--net/linphone-base/Makefile5
-rw-r--r--net/linphone/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile
index a5dd03bf9d7e..7b72724f6baa 100644
--- a/net/linphone-base/Makefile
+++ b/net/linphone-base/Makefile
@@ -14,11 +14,10 @@ MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= A web phone that supports SIP protocol
-BROKEN= Broken pkg-plist
-
LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \
panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
+ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
+ ogg.4:${PORTSDIR}/audio/libogg
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/net/linphone/Makefile b/net/linphone/Makefile
index a5dd03bf9d7e..7b72724f6baa 100644
--- a/net/linphone/Makefile
+++ b/net/linphone/Makefile
@@ -14,11 +14,10 @@ MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= A web phone that supports SIP protocol
-BROKEN= Broken pkg-plist
-
LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \
panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
+ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
+ ogg.4:${PORTSDIR}/audio/libogg
USE_X_PREFIX= yes
USE_GMAKE= yes