diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-16 18:08:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-16 18:08:32 +0800 |
commit | 9a37c752dfefde086576c58b7d03a01ced1e5795 (patch) | |
tree | 01b40b05cea13daf2372433c25745962976c5577 /editors | |
parent | ae0d7e4901c5cdbed7c1f6805df0fd1b3f24e7ba (diff) | |
download | freebsd-ports-gnome-9a37c752dfefde086576c58b7d03a01ced1e5795.tar.gz freebsd-ports-gnome-9a37c752dfefde086576c58b7d03a01ced1e5795.tar.zst freebsd-ports-gnome-9a37c752dfefde086576c58b7d03a01ced1e5795.zip |
Fix exttextcat new library name detection
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 530a841cb012..4ee59005faad 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -44,7 +44,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ wps-0.2.2:${PORTSDIR}/textproc/libwps \ rdf.0:${PORTSDIR}/textproc/redland \ - exttextcat.0:${PORTSDIR}/textproc/libexttextcat \ + exttextcat-1.0.0:${PORTSDIR}/textproc/libexttextcat \ lpsolve55:${PORTSDIR}/math/lp_solve \ cups.2:${PORTSDIR}/print/cups-client \ visio-0.0.0:${PORTSDIR}/textproc/libvisio \ |