aboutsummaryrefslogtreecommitdiff
path: root/arabic
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:50:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:50:44 +0000
commit64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch)
tree23d4048708146e4b5bc87f7a8520039d30ce0e81 /arabic
parent6fd4bdbdfe28330879a231c0d94881fca56255d4 (diff)
downloadports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.tar.gz
ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.zip
Chase libaspell to aspell.16.
Notes
Notes: svn path=/head/; revision=117535
Diffstat (limited to 'arabic')
-rw-r--r--arabic/katoob/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile
index c227cb809a78..70ea0b7917f5 100644
--- a/arabic/katoob/Makefile
+++ b/arabic/katoob/Makefile
@@ -7,7 +7,7 @@
PORTNAME= katoob
PORTVERSION= 0.3.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= arabic
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= arabeyes
@@ -31,9 +31,9 @@ CONFIGURE_ARGS+= "--enable-highlight"
USE_GNOME+= gtksourceview
.endif
-.if defined(WITH_SPELLCHECKER) || exists(${LOCALBASE}/lib/libaspell.so.15)
+.if defined(WITH_SPELLCHECKER) || exists(${LOCALBASE}/lib/libaspell.so.16)
CONFIGURE_ARGS+= "--enable-spell"
-LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
.endif
.include <bsd.port.post.mk>