diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-01 05:13:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-01 05:13:48 +0800 |
commit | c05c314e41c66da9123bf0506220fb9f12362c3c (patch) | |
tree | db25b4455363d0b3bcfc6c52a14e47e31ce2de2e | |
parent | 9f8f0ea4722febec0b3201cf86193a8cd2996251 (diff) | |
download | freebsd-ports-gnome-c05c314e41c66da9123bf0506220fb9f12362c3c.tar.gz freebsd-ports-gnome-c05c314e41c66da9123bf0506220fb9f12362c3c.tar.zst freebsd-ports-gnome-c05c314e41c66da9123bf0506220fb9f12362c3c.zip |
Revert a commit that should not have happened
Bump portrevision
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index afb893f68833..2aca37c4bd64 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITE_SUBDIR= src/${PORTVERSION}/ MASTER_SITES+= http://dev-www.libreoffice.org/src/:ext \ @@ -46,7 +46,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ nss3.1:${PORTSDIR}/security/nss \ SampleICC.2:${PORTSDIR}/graphics/sampleicc \ png15:${PORTSDIR}/graphics/png \ - cmis-0.3:${PORTSDIR}/net/libcmis \ + cmis-0.2.0:${PORTSDIR}/net/libcmis \ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/Liberation/LiberationMono-Bold.ttf:${PORTSDIR}/x11-fonts/liberation-fonts-ttf \ ${LOCALBASE}/lib/X11/fonts/LinLibertineG/LinLibertine_DR_G.ttf:${PORTSDIR}/x11-fonts/linuxlibertine-g \ |