diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-13 17:33:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-13 17:33:44 +0000 |
commit | 0b0a20c1bd75197edbd09a868998b6055875bc24 (patch) | |
tree | 1449b72e89357a79ab8352297c1fb3cad61f3cc8 /net/linphone-base | |
parent | 7277efaedb9af9382371248bd1b499214be11289 (diff) | |
download | ports-0b0a20c1bd75197edbd09a868998b6055875bc24.tar.gz ports-0b0a20c1bd75197edbd09a868998b6055875bc24.zip |
Unbroke.
Notes
Notes:
svn path=/head/; revision=80925
Diffstat (limited to 'net/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 4 | ||||
-rw-r--r-- | net/linphone-base/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 4ac672c66c23..03ceddb0dfd9 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://savannah.gnu.org/download/linphone/${PORTVERSION}/sources/ MAINTAINER= sobomax@FreeBSD.org COMMENT= A web phone that supports SIP protocol -BROKEN= "Does not install" - LIB_DEPENDS= osip.0:${PORTSDIR}/net/libosip \ panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui @@ -27,6 +25,6 @@ USE_GNOME= gnomehack gnomeprefix CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= speexdec.1 speexenc.1 linphone.1 linphonec.1 sipomatic.1 +MAN1= linphone.1 linphonec.1 sipomatic.1 .include <bsd.port.mk> diff --git a/net/linphone-base/pkg-plist b/net/linphone-base/pkg-plist index bbcb13fe3597..41bd5d9cda7d 100644 --- a/net/linphone-base/pkg-plist +++ b/net/linphone-base/pkg-plist @@ -2,8 +2,6 @@ bin/linphone bin/linphonec bin/osipua_tester bin/sipomatic -bin/speexdec -bin/speexenc bin/test_sdphandler include/ortp/ortp-config.h include/ortp/ortp.h |