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 /arabic | |
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 'arabic')
-rw-r--r-- | arabic/katoob/Makefile | 6 |
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> |