diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-25 18:38:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-25 18:38:02 +0000 |
commit | ab479cc98329293f66d0023422084a0713824ef3 (patch) | |
tree | c2c1e884566f94b3860093b498ca676e6ffd058d /devel/csoap | |
parent | ac8bb41017acf6721480d3bfd93cfaed36dd959c (diff) | |
download | ports-ab479cc98329293f66d0023422084a0713824ef3.tar.gz ports-ab479cc98329293f66d0023422084a0713824ef3.zip |
Notes
Diffstat (limited to 'devel/csoap')
-rw-r--r-- | devel/csoap/Makefile | 4 | ||||
-rw-r--r-- | devel/csoap/pkg-plist | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/csoap/Makefile b/devel/csoap/Makefile index e45ce1b6fff3..240c18c994a3 100644 --- a/devel/csoap/Makefile +++ b/devel/csoap/Makefile @@ -3,7 +3,7 @@ PORTNAME= csoap PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net www MASTER_SITES= SF/${PORTNAME}/libsoap/${PORTVERSION} DISTNAME= libsoap-${PORTVERSION} @@ -12,7 +12,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= Client/server SOAP library written in pure C GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix libtool USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/devel/csoap/pkg-plist b/devel/csoap/pkg-plist index 04439215ab6c..d869cfb915fd 100644 --- a/devel/csoap/pkg-plist +++ b/devel/csoap/pkg-plist @@ -1,14 +1,12 @@ bin/soapclient bin/csoap-config -lib/libcsoap.la lib/libcsoap.a -lib/libcsoap-1.1.so.2 -lib/libcsoap-1.1.so +lib/libcsoap-1.1.so.1.1.0 +lib/libcsoap-1.1.so.1 lib/libcsoap.so -lib/libnanohttp.la lib/libnanohttp.a -lib/libnanohttp-1.1.so.2 -lib/libnanohttp-1.1.so +lib/libnanohttp-1.1.so.1.1.0 +lib/libnanohttp-1.1.so.1 lib/libnanohttp.so include/nanohttp-1.1/nanohttp/nanohttp-common.h include/nanohttp-1.1/nanohttp/nanohttp-socket.h |