diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
commit | 1d75ecda20c650391a08918830c25c3ec6019cb2 (patch) | |
tree | 8bc910359be5bafdac8cab95373c0e1d97da54f7 /net-im/sim-im | |
parent | 16b79d886caa4369a268695b00c690bc3ee2a9db (diff) | |
download | FreeBSD-ports-1d75ecda20c650391a08918830c25c3ec6019cb2.zip FreeBSD-ports-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.gz |
Chase libaspell to aspell.16.
Diffstat (limited to 'net-im/sim-im')
-rw-r--r-- | net-im/sim-im/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile index 2974af3..7c037f8 100644 --- a/net-im/sim-im/Makefile +++ b/net-im/sim-im/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 |