Switch the pcre dependency to pcre-utf8 to fix conflicts with other GNOME

apps.
This commit is contained in:
Joe Marcus Clarke 2006-05-01 04:02:37 +00:00
parent 60b1b843bf
commit bbf54beefc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161001

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= anjuta
MAINTAINER= gnome@FreeBSD.org
COMMENT= Integrated Development Environment for C and C++
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8
RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \
${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \
${LOCALBASE}/gnu-autotools/bin/libtool:${PORTSDIR}/devel/gnu-libtool