diff options
author | jkim <jkim@FreeBSD.org> | 2013-08-23 04:38:28 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-08-23 04:38:28 +0800 |
commit | 143e41cebad3df6d29e1074c46120c614e076372 (patch) | |
tree | 53c737dd1e0f07467c1e3028133dc61cfa4b4605 /editors/libreoffice/Makefile | |
parent | 5db73683ab726f7291369cc098197d69c3880b86 (diff) | |
download | freebsd-ports-gnome-143e41cebad3df6d29e1074c46120c614e076372.tar.gz freebsd-ports-gnome-143e41cebad3df6d29e1074c46120c614e076372.tar.zst freebsd-ports-gnome-143e41cebad3df6d29e1074c46120c614e076372.zip |
Update to 4.0.5.
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r-- | editors/libreoffice/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 3222dcc769fa..b0ee71052ed0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,10 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 1 -MASTER_SITES+= http://dev-www.libreoffice.org/src/:src \ - http://dev-www.libreoffice.org/extern/:ext -MASTER_SITE_SUBDIR= src/${PORTVERSION}/ +PORTREVISION= 0 COMMENT= Full integrated office productivity suite @@ -36,7 +33,7 @@ LIB_DEPENDS= icutu:${PORTSDIR}/devel/icu \ png15:${PORTSDIR}/graphics/png \ poppler:${PORTSDIR}/graphics/poppler \ lpsolve55:${PORTSDIR}/math/lp_solve \ - cmis-0.3:${PORTSDIR}/net/libcmis \ + cmis-0.4:${PORTSDIR}/net/libcmis \ mspub-0.0:${PORTSDIR}/print/libmspub \ nss3.1:${PORTSDIR}/security/nss \ clucene-core:${PORTSDIR}/textproc/clucene \ @@ -64,14 +61,13 @@ _MAKE_JOBS= # GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal USE_GL= gl glu -USE_GMAKE= yes USE_OPENLDAP= yes USE_PERL5= build USE_PYTHON= yes USE_QT4= # empty but required USE_XORG= xaw xrandr USE_XZ= yes -USES= bison pkgconfig perl5 +USES= bison gmake perl5 pkgconfig WANT_GNOME= yes DISTFILES+= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX} @@ -339,7 +335,7 @@ CONFIGURE_ARGS+= --disable-neon .include <bsd.port.pre.mk> .if defined(WITH_GCC) -USE_GCC= yes +USE_GCC= 4.6+ CONFIGURE_ENV+= CXXCPP="${CPP}" .else .if exists(/usr/bin/clang) && ${OSVERSION} > 901502 |