diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
commit | 064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch) | |
tree | 3ea57b0eb13388b8214230ebc608a769caa9b2b1 /net/openh323-112 | |
parent | 35eebca59551fc4a1048b606d36ce09b18704b54 (diff) | |
download | FreeBSD-ports-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip FreeBSD-ports-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'net/openh323-112')
-rw-r--r-- | net/openh323-112/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index bb55ca3..d5ce2ec 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/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 |