diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /net/easysoap | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) | |
download | ports-a06ee65df0af4a27507365d7991910fcc6881d95.tar.gz ports-a06ee65df0af4a27507365d7991910fcc6881d95.zip |
Chase shlib bump of libexpat.
Notes
Notes:
svn path=/head/; revision=154857
Diffstat (limited to 'net/easysoap')
-rw-r--r-- | net/easysoap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index dc4404066a13..c18bec11146b 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -7,7 +7,7 @@ PORTNAME= easysoap PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= EasySoap++-${PORTVERSION} MAINTAINER= gabriel_ambuehl@buz.ch COMMENT= C++ SOAP Library based on expat -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes GNU_CONFIGURE= yes |