diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-30 02:13:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-30 02:13:43 +0800 |
commit | f68f0d7e267b54185fc91962b45ca58548b77bec (patch) | |
tree | c52807a1c6385c3559f13283ab107eed8cf819ba /net-im | |
parent | 8dfba0725ec44dc5b4be0225607fe353391270e5 (diff) | |
download | freebsd-ports-gnome-f68f0d7e267b54185fc91962b45ca58548b77bec.tar.gz freebsd-ports-gnome-f68f0d7e267b54185fc91962b45ca58548b77bec.tar.zst freebsd-ports-gnome-f68f0d7e267b54185fc91962b45ca58548b77bec.zip |
Chase the libpspell shared lib version.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 7d432964876b..723424468113 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -7,6 +7,7 @@ PORTNAME= ayttm PORTVERSION= 0.4.6.17 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ COMMENT= A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ jasper.4:${PORTSDIR}/graphics/jasper \ gpgme.9:${PORTSDIR}/security/gpgme \ - pspell.15:${PORTSDIR}/textproc/aspell + pspell.16:${PORTSDIR}/textproc/aspell WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |