svn commit: r329292 - head/devel/liborcus

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 4 11:40:35 UTC 2013


Author: bapt
Date: Fri Oct  4 11:40:35 2013
New Revision: 329292
URL: http://svnweb.freebsd.org/changeset/ports/329292

Log:
  This port is stage ready ootb
  While here cleanup a bit

Modified:
  head/devel/liborcus/Makefile

Modified: head/devel/liborcus/Makefile
==============================================================================
--- head/devel/liborcus/Makefile	Fri Oct  4 11:38:13 2013	(r329291)
+++ head/devel/liborcus/Makefile	Fri Oct  4 11:40:35 2013	(r329292)
@@ -11,14 +11,13 @@ COMMENT=	Standalone file import filter l
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds
-LIB_DEPENDS=	zip:${PORTSDIR}/archivers/libzip \
-		boost_system:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS=	libzip.so:${PORTSDIR}/archivers/libzip \
+		libboost_system.so:${PORTSDIR}/devel/boost-libs
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 
 CONFIGURE_ARGS=	--disable-spreadsheet-model --disable-werror \
 		--with-boost="${LOCALBASE}" \
@@ -27,5 +26,4 @@ CONFIGURE_ENV=	ZLIB_CFLAGS="-I/usr/inclu
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list