diff options
author | pav <pav@FreeBSD.org> | 2005-12-27 10:41:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-27 10:41:45 +0800 |
commit | 4e0d358e7db9e2b9b9008655204a3629e7570ac2 (patch) | |
tree | 09ecdad41ceab876d15c9551099ab2af818095d4 /net | |
parent | 701efadf6ce14cf6191c5ee380277a50e9f5c645 (diff) | |
download | freebsd-ports-gnome-4e0d358e7db9e2b9b9008655204a3629e7570ac2.tar.gz freebsd-ports-gnome-4e0d358e7db9e2b9b9008655204a3629e7570ac2.tar.zst freebsd-ports-gnome-4e0d358e7db9e2b9b9008655204a3629e7570ac2.zip |
- Update to 1.2.0
PR: ports/90931
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/linphone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile index a418b1ec7b1c..cfc08a02ab6d 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -7,7 +7,6 @@ PORTNAME= ${LINPHONE_PORTNAME} PORTVERSION= ${LINPHONE_PORTVERSION} -PORTREVISION= 1 PORTREVISION= ${LINPHONE_PORTREVISION} PORTEPOCH= ${LINPHONE_PORTEPOCH} CATEGORIES= net gnome @@ -16,7 +15,7 @@ MASTER_SITES= ${LINPHONE_MASTER_SITES} MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol -LIB_DEPENDS= linphone.2:${PORTSDIR}/net/linphone-base +LIB_DEPENDS= linphone.3:${PORTSDIR}/net/linphone-base USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomepanel |