diff options
author | jkim <jkim@FreeBSD.org> | 2018-04-27 07:08:58 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2018-04-27 07:08:58 +0800 |
commit | 6bab92106a8409870fdc742a46748fa3e03d7fdb (patch) | |
tree | 2385dfa24192a20e9f67b1ea33fb5613dd2c7644 /textproc/libstaroffice/Makefile | |
parent | d6ecc6f5bc84268579f7812b245ce4847bdfdd24 (diff) | |
download | freebsd-ports-gnome-6bab92106a8409870fdc742a46748fa3e03d7fdb.tar.gz freebsd-ports-gnome-6bab92106a8409870fdc742a46748fa3e03d7fdb.tar.zst freebsd-ports-gnome-6bab92106a8409870fdc742a46748fa3e03d7fdb.zip |
Update to 0.0.6.
https://raw.githubusercontent.com/fosnola/libstaroffice/0.0.6/NEWS
Diffstat (limited to 'textproc/libstaroffice/Makefile')
-rw-r--r-- | textproc/libstaroffice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libstaroffice/Makefile b/textproc/libstaroffice/Makefile index c6fe23ebdc91..10db29cce4a5 100644 --- a/textproc/libstaroffice/Makefile +++ b/textproc/libstaroffice/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libstaroffice -PORTVERSION= 0.0.5 -PORTREVISION= 2 +PORTVERSION= 0.0.6 CATEGORIES= textproc MASTER_SITES= LODEV MASTER_SITE_SUBDIR= # @@ -21,7 +20,7 @@ BROKEN_powerpc64= fails to configure: Could not find Boost implementation of sha GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --without-docs CPPFLAGS+= -I${LOCALBASE}/include |