aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-04 19:40:35 +0800
committerbapt <bapt@FreeBSD.org>2013-10-04 19:40:35 +0800
commit583aa76bce163cf4e8c16ebc6c36afea8d4b7709 (patch)
tree982916faa3a8e176d0a1662c1963aeaeed08566c
parent2357f3186c0aafecb6177d60a28cd9888bf8fd2c (diff)
downloadfreebsd-ports-gnome-583aa76bce163cf4e8c16ebc6c36afea8d4b7709.tar.gz
freebsd-ports-gnome-583aa76bce163cf4e8c16ebc6c36afea8d4b7709.tar.zst
freebsd-ports-gnome-583aa76bce163cf4e8c16ebc6c36afea8d4b7709.zip
This port is stage ready ootb
While here cleanup a bit
-rw-r--r--devel/liborcus/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile
index 58edbd621bbf..a1a43c4f7376 100644
--- a/devel/liborcus/Makefile
+++ b/devel/liborcus/Makefile
@@ -11,14 +11,13 @@ COMMENT= Standalone file import filter library for spreadsheet documents
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/include" ZLIB_LIBS="-lz"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>