diff options
author | glewis <glewis@FreeBSD.org> | 2003-08-08 17:00:33 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-08-08 17:00:33 +0000 |
commit | 4ad908a4f1064429329f17a43901edb3abab2ba8 (patch) | |
tree | 5510ee5b5ae03d8293ec6cc83b69d71f14ad5db4 /net/linphone-base | |
parent | 4ec204e84920bf43fd8bd711b2d019e653856254 (diff) | |
download | FreeBSD-ports-4ad908a4f1064429329f17a43901edb3abab2ba8.zip FreeBSD-ports-4ad908a4f1064429329f17a43901edb3abab2ba8.tar.gz |
. Add missing dependence on libogg and unbreak.
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'net/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index a5dd03b..7b72724 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 |