svn commit: r336415 - head/net/libcmis

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 14 01:13:40 UTC 2013


Author: bapt
Date: Sat Dec 14 01:13:39 2013
New Revision: 336415
URL: http://svnweb.freebsd.org/changeset/ports/336415

Log:
  Support stage

Modified:
  head/net/libcmis/Makefile

Modified: head/net/libcmis/Makefile
==============================================================================
--- head/net/libcmis/Makefile	Sat Dec 14 01:08:32 2013	(r336414)
+++ head/net/libcmis/Makefile	Sat Dec 14 01:13:39 2013	(r336415)
@@ -11,7 +11,7 @@ COMMENT=	Client library for the CMIS int
 LICENSE=	LGPL20 MPL GPLv2
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
 		${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
@@ -23,7 +23,6 @@ USES=		gmake pathfix pkgconfig
 CONFIGURE_ARGS=	--disable-werror --with-boost=${LOCALBASE} --without-man
 PLIST_SUB=	MAJVER=${PORTVERSION:R}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \
 	    ${WRKSRC}/Makefile.in


More information about the svn-ports-head mailing list