diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-01 12:02:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-01 12:02:37 +0800 |
commit | f3dab73f02f272867fdff5936a5dc22d64da1e3e (patch) | |
tree | 46d4b807dc78547b0ebd231dfb0fa736fa9c2ed2 /devel/anjuta | |
parent | c77836d5454f7a3bdd698ec1f179938b03455c47 (diff) | |
download | freebsd-ports-gnome-f3dab73f02f272867fdff5936a5dc22d64da1e3e.tar.gz freebsd-ports-gnome-f3dab73f02f272867fdff5936a5dc22d64da1e3e.tar.zst freebsd-ports-gnome-f3dab73f02f272867fdff5936a5dc22d64da1e3e.zip |
Switch the pcre dependency to pcre-utf8 to fix conflicts with other GNOME
apps.
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 14f78eaf0d17..9a597b38c26b 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -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 |