Now libexttextcat and libtextcat can happily co-exist.

Pointed out by:	Jan Henrik Sylvester <me@janh.de>
This commit is contained in:
Maho Nakata 2013-02-04 08:06:17 +00:00
parent 13b36ad3ef
commit 97cfd1ce98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311577

View File

@ -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 \