diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
commit | 9162f7ee928899db1fda25e7ff139b1af5df2070 (patch) | |
tree | 1933cf259b73d1b45b05a6315a7d77d1a79edd6d /www/bluefish | |
parent | 8cdc3c812d8da8667d3593af813cfe9f029a5c0d (diff) | |
download | ports-9162f7ee928899db1fda25e7ff139b1af5df2070.tar.gz ports-9162f7ee928899db1fda25e7ff139b1af5df2070.zip |
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports.
Notes
Notes:
svn path=/head/; revision=187153
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 6488c0d07a21..f2a8e65a1190 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -8,6 +8,7 @@ PORTNAME= bluefish PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= www editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= farrokhi@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \ +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ aspell.16:${PORTSDIR}/textproc/aspell .if !defined(WITHOUT_WEBLINT) |