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 /net/simicq | |
parent | 16b79d886caa4369a268695b00c690bc3ee2a9db (diff) | |
download | freebsd-ports-graphics-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.gz freebsd-ports-graphics-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.zst freebsd-ports-graphics-1d75ecda20c650391a08918830c25c3ec6019cb2.zip |
Chase libaspell to aspell.16.
Diffstat (limited to 'net/simicq')
-rw-r--r-- | net/simicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/simicq/Makefile b/net/simicq/Makefile index 2974af3eb65..7c037f8d10e 100644 --- a/net/simicq/Makefile +++ b/net/simicq/Makefile @@ -6,7 +6,7 @@ PORTNAME= simicq PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/} @@ -37,7 +37,7 @@ PLIST_SUB+= SSL="@comment " .if defined(WITHOUT_KDE) CONFIGURE_ARGS+=--disable-kde --enable-mt -LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell PLIST_SUB+= KDE="@comment " \ SPELL="" .else |