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 /net-im/sim-im | |
parent | 6fd4bdbdfe28330879a231c0d94881fca56255d4 (diff) |
Notes
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 2974af3eb653..7c037f8d10ee 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 |