diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-01 11:49:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-01 11:49:24 +0800 |
commit | c77836d5454f7a3bdd698ec1f179938b03455c47 (patch) | |
tree | a775b20c99d92cb49deed8a7f452bf78ec06d6bc /www | |
parent | 7c7aaddc22c0f8a636683bd34a6ffb62fb31f54b (diff) | |
download | freebsd-ports-gnome-c77836d5454f7a3bdd698ec1f179938b03455c47.tar.gz freebsd-ports-gnome-c77836d5454f7a3bdd698ec1f179938b03455c47.tar.zst freebsd-ports-gnome-c77836d5454f7a3bdd698ec1f179938b03455c47.zip |
Switch the pcre dependency to pcre-utf8 to fix conflict problems in
gnome2-fifth-toe.
Reported by: Sean McNeil <sean@mcneil.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 2d962bdd03d8..543f55c0b1ba 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \ aspell.16:${PORTSDIR}/textproc/aspell .if !defined(WITHOUT_WEBLINT) |