diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 03:49:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 03:49:24 +0000 |
commit | 60b1b843bfe0e0b38a07e3be9d7d1234114985e6 (patch) | |
tree | 49cd294831331149f57e953be6796dff73a6f48e /www/bluefish | |
parent | - Update to 1.2.5 (diff) |
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/bluefish')
-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) |