diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-29 06:50:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-29 06:50:44 +0800 |
commit | 1d75ecda20c650391a08918830c25c3ec6019cb2 (patch) | |
tree | 8bc910359be5bafdac8cab95373c0e1d97da54f7 /www/bluefish-devel | |
parent | 16b79d886caa4369a268695b00c690bc3ee2a9db (diff) | |
download | freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.gz freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.zst freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.zip |
Chase libaspell to aspell.16.
Diffstat (limited to 'www/bluefish-devel')
-rw-r--r-- | www/bluefish-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index c05eafa38ac1..d7194fc4c897 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= bluefish PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ @@ -18,7 +19,7 @@ MAINTAINER= kwm@rainbow-runner.nl COMMENT= HTML editor designed for the experienced web designer LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - aspell.15:${PORTSDIR}/textproc/aspell + aspell.16:${PORTSDIR}/textproc/aspell .if !defined(WITHOUT_WEBLINT) RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint |