diff options
author | maho <maho@FreeBSD.org> | 2013-02-04 16:06:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2013-02-04 16:06:17 +0800 |
commit | bc5538fe2a6d08bea606c4b72de815f88abe72f5 (patch) | |
tree | 808abc1af195db4d97fb84f4bebde38c004b9771 /editors/openoffice-3 | |
parent | e0449b60ea37611a9d26f2f2b386e506a4afd88a (diff) | |
download | freebsd-ports-gnome-bc5538fe2a6d08bea606c4b72de815f88abe72f5.tar.gz freebsd-ports-gnome-bc5538fe2a6d08bea606c4b72de815f88abe72f5.tar.zst freebsd-ports-gnome-bc5538fe2a6d08bea606c4b72de815f88abe72f5.zip |
Now libexttextcat and libtextcat can happily co-exist.
Pointed out by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 5bd0192a1b36..0ab70437a1c1 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -120,17 +120,6 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ CoinMP.7:${PORTSDIR}/math/coinmp \ serf-1.0:${PORTSDIR}/www/serf -.if exists(${LOCALBASE}/include/libexttextcat/textcat.h) -.if exists(${LOCALBASE}/include/textcat.h) -LIB_DEPENDS+= exttextcat-1.0.0:${PORTSDIR}/textproc/libexttextcat -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libexttextcat-lingucomponent -.else -IGNORE= textproc/libexttextcat needs COMPAT_TEXTCAT enabled -.endif -.else -LIB_DEPENDS+= textcat.0:${PORTSDIR}/textproc/libtextcat -.endif - BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ gpatch:${PORTSDIR}/devel/patch \ |