diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
commit | 4a868f8a2add17cdf73316057699ee6cec0908e4 (patch) | |
tree | e16a055a7017bc6875079719f93b536da2bb9deb /net/opal3 | |
parent | Upgrade to 1.95.7 (shlib major is bumped to 5). (diff) |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=103969
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index bb55ca399ca7..d5ce2ec75d4d 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ @@ -21,7 +21,7 @@ FORBIDDEN= http://people.freebsd.org/~eik/portaudit/27c331d5-64c7-11d8-80e3-0020 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |