aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-03-11 19:41:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-03-11 19:41:33 +0000
commit9162f7ee928899db1fda25e7ff139b1af5df2070 (patch)
tree1933cf259b73d1b45b05a6315a7d77d1a79edd6d /www/bluefish/Makefile
parent8cdc3c812d8da8667d3593af813cfe9f029a5c0d (diff)
downloadports-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/Makefile')
-rw-r--r--www/bluefish/Makefile3
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)