summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2013-02-04 08:06:17 +0000
committerMaho Nakata <maho@FreeBSD.org>2013-02-04 08:06:17 +0000
commit97cfd1ce98a31a71e953e22905e507e778fcecc9 (patch)
tree808abc1af195db4d97fb84f4bebde38c004b9771 /editors/openoffice-3/Makefile
parent- Update to 3.1.3 (diff)
Now libexttextcat and libtextcat can happily co-exist.
Pointed out by: Jan Henrik Sylvester <me@janh.de>
Notes
Notes: svn path=/head/; revision=311577
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r--editors/openoffice-3/Makefile11
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 \