diff options
Diffstat (limited to 'net-im/ayttm/Makefile')
-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 7d43296..7234244 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} |