diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
commit | 64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch) | |
tree | 23d4048708146e4b5bc87f7a8520039d30ce0e81 /arabic/katoob | |
parent | 6fd4bdbdfe28330879a231c0d94881fca56255d4 (diff) | |
download | ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.tar.gz ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.zip |
Notes
Diffstat (limited to 'arabic/katoob')
-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> |