aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libwps/Makefile
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2018-04-26 03:58:50 +0800
committerjkim <jkim@FreeBSD.org>2018-04-26 03:58:50 +0800
commit9f960d656288a0a244e1e9ebc37d81903cd0d670 (patch)
tree1798507ff9e81d64bbbb5befda1b04fe6718cff4 /textproc/libwps/Makefile
parent0f5973cac5765db0d6525706d80731e8a75397ae (diff)
downloadfreebsd-ports-gnome-9f960d656288a0a244e1e9ebc37d81903cd0d670.tar.gz
freebsd-ports-gnome-9f960d656288a0a244e1e9ebc37d81903cd0d670.tar.zst
freebsd-ports-gnome-9f960d656288a0a244e1e9ebc37d81903cd0d670.zip
Update to 0.4.9.
https://sourceforge.net/p/libwps/code/ci/0.4.9/tree/CHANGES
Diffstat (limited to 'textproc/libwps/Makefile')
-rw-r--r--textproc/libwps/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile
index ee9b05d72ad9..3e96594f320b 100644
--- a/textproc/libwps/Makefile
+++ b/textproc/libwps/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libwps
-PORTVERSION= 0.4.8
-PORTREVISION= 2
+PORTVERSION= 0.4.9
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -20,17 +19,8 @@ LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USES= compiler:features libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_FEATURES:Mlibc++}
-CONFIGURE_ARGS+= --with-sharedptr=c++11
-.else
-BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
-CONFIGURE_ARGS+= --with-sharedptr=boost
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>