Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 11:40:35 +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: r329292 - head/devel/liborcus
Message-ID:  <201310041140.r94BeZgU098302@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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