diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /net/openpbx.org | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.zst freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'net/openpbx.org')
-rw-r--r-- | net/openpbx.org/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openpbx.org/Makefile b/net/openpbx.org/Makefile index 2139b12f9e46..1092763f2710 100644 --- a/net/openpbx.org/Makefile +++ b/net/openpbx.org/Makefile @@ -8,7 +8,7 @@ PORTNAME= openpbx.org PORTVERSION= 1.2 DISTVERSION= 1.2_rc3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.openpbx.org/releases/ @@ -107,7 +107,7 @@ CONFIGURE_ARGS+= --without-format_oggvorbis .else PLIST_SUB+= WITH_OGGVORBIS="" CONFIGURE_ARGS+= --with-format_oggvorbis -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif pre-su-install: |