svn commit: r311577 - head/editors/openoffice-3
Maho Nakata
maho at FreeBSD.org
Mon Feb 4 08:06:17 UTC 2013
Author: maho
Date: Mon Feb 4 08:06:17 2013
New Revision: 311577
URL: http://svnweb.freebsd.org/changeset/ports/311577
Log:
Now libexttextcat and libtextcat can happily co-exist.
Pointed out by: Jan Henrik Sylvester <me at janh.de>
Modified:
head/editors/openoffice-3/Makefile
Modified: head/editors/openoffice-3/Makefile
==============================================================================
--- head/editors/openoffice-3/Makefile Mon Feb 4 07:44:48 2013 (r311576)
+++ head/editors/openoffice-3/Makefile Mon Feb 4 08:06:17 2013 (r311577)
@@ -120,17 +120,6 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic
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 \
More information about the svn-ports-head
mailing list