diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-22 06:46:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-22 06:46:58 +0000 |
commit | 2929299e83ad2017335811349d8d87b7865a5197 (patch) | |
tree | d02af6b6574e79789a60bef6e3283c3e3185c079 /devel/liborcus/Makefile | |
parent | caa378d7efc6970ec2b660886074fee957dc91c1 (diff) |
Notes
Diffstat (limited to 'devel/liborcus/Makefile')
-rw-r--r-- | devel/liborcus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile index 1df1bf545766..e49501c374ad 100644 --- a/devel/liborcus/Makefile +++ b/devel/liborcus/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= liborcus -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ @@ -18,6 +17,7 @@ LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip \ GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \ --with-boost="${LOCALBASE}" \ |