diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 07:33:30 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 07:33:30 +0800 |
commit | 0c7facb8abae1258c240f19866f5a84f38553ff6 (patch) | |
tree | a98a700043ebb1d9f9e9e8e5da20042325e8093e /devel/csoap | |
parent | 6efb755ce7684d4b620c45512dcfdf3f9d92e107 (diff) | |
download | freebsd-ports-gnome-0c7facb8abae1258c240f19866f5a84f38553ff6.tar.gz freebsd-ports-gnome-0c7facb8abae1258c240f19866f5a84f38553ff6.tar.zst freebsd-ports-gnome-0c7facb8abae1258c240f19866f5a84f38553ff6.zip |
Support stage
Diffstat (limited to 'devel/csoap')
-rw-r--r-- | devel/csoap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/csoap/Makefile b/devel/csoap/Makefile index 86c4bfbaf8f5..c0fd488c30a8 100644 --- a/devel/csoap/Makefile +++ b/devel/csoap/Makefile @@ -8,13 +8,13 @@ MASTER_SITES= SF/${PORTNAME}/libsoap/${PORTVERSION} DISTNAME= libsoap-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org -COMMENT= A client/server SOAP library written in pure C +COMMENT= Client/server SOAP library written in pure C GNU_CONFIGURE= yes -USE_GNOME= libxml2 gnomehack +USES= pathfix +USE_GNOME= libxml2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/libsoap-${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> |