diff options
author | krion <krion@FreeBSD.org> | 2004-07-23 17:17:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-23 17:17:55 +0800 |
commit | 04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd (patch) | |
tree | c396b97afc7a702eb9b086150ac4268586529c72 /net/linphone-base | |
parent | df0bc342b36a2ef321ea6bf1045266de3943ed0f (diff) | |
download | freebsd-ports-gnome-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.tar.gz freebsd-ports-gnome-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.tar.zst freebsd-ports-gnome-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.zip |
Chase libraries for new audio/speex version.
Diffstat (limited to 'net/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 2 | ||||
-rw-r--r-- | net/linphone-base/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index ed62b6128ed8..6f03ce2cb85f 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \ - speex.2:${PORTSDIR}/audio/speex \ + speex.3:${PORTSDIR}/audio/speex \ osip.9:${PORTSDIR}/net/libosip USE_GNOME= glib20 gnomehack gnometarget intlhack pkgconfig diff --git a/net/linphone-base/Makefile.common b/net/linphone-base/Makefile.common index bfe51a5c6e39..499ff0d7449f 100644 --- a/net/linphone-base/Makefile.common +++ b/net/linphone-base/Makefile.common @@ -4,7 +4,7 @@ LINPHONE_PORTNAME= linphone LINPHONE_PORTVERSION= 0.12.2 -LINPHONE_PORTREVISION= 0 +LINPHONE_PORTREVISION= 1 LINPHONE_PORTEPOCH= 1 LINPHONE_MASTER_SITES= http://simon.morlat.free.fr/download/${LINPHONE_PORTVERSION}/source/ |