aboutsummaryrefslogtreecommitdiff
path: root/devel/csoap
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-20 23:33:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-20 23:33:30 +0000
commit0c7facb8abae1258c240f19866f5a84f38553ff6 (patch)
treea98a700043ebb1d9f9e9e8e5da20042325e8093e /devel/csoap
parent6efb755ce7684d4b620c45512dcfdf3f9d92e107 (diff)
downloadports-0c7facb8abae1258c240f19866f5a84f38553ff6.tar.gz
ports-0c7facb8abae1258c240f19866f5a84f38553ff6.zip
Support stage
Notes
Notes: svn path=/head/; revision=340494
Diffstat (limited to 'devel/csoap')
-rw-r--r--devel/csoap/Makefile6
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>