diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-29 18:13:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-29 18:13:43 +0000 |
commit | ac54da619544c048536f0b6572076563d5b15217 (patch) | |
tree | 58c24dd47b6e4af0d66c8894625c775f54f34e35 /net-im | |
parent | e4d59fda2b38460dc968374fd9e5bfa83ff26040 (diff) | |
download | ports-ac54da619544c048536f0b6572076563d5b15217.tar.gz ports-ac54da619544c048536f0b6572076563d5b15217.zip |
Notes
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} |