Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 23:33:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340494 - head/devel/csoap
Message-ID:  <201401202333.s0KNXUDW044646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 20 23:33:30 2014
New Revision: 340494
URL: http://svnweb.freebsd.org/changeset/ports/340494
QAT: https://qat.redports.org/buildarchive/r340494/

Log:
  Support stage

Modified:
  head/devel/csoap/Makefile

Modified: head/devel/csoap/Makefile
==============================================================================
--- head/devel/csoap/Makefile	Mon Jan 20 23:30:12 2014	(r340493)
+++ head/devel/csoap/Makefile	Mon Jan 20 23:33:30 2014	(r340494)
@@ -8,13 +8,13 @@ MASTER_SITES=	SF/${PORTNAME}/libsoap/${P
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401202333.s0KNXUDW044646>