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/easysoap/Makefile | |
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/easysoap/Makefile')
-rw-r--r-- | net/easysoap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index 320b35c..df0bd34 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -7,6 +7,7 @@ PORTNAME= easysoap PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ DISTNAME= EasySoap++-${PORTVERSION} MAINTAINER= gabriel_ambuehl@buz.ch COMMENT= C++ SOAP Library based on expat -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes GNU_CONFIGURE= yes |