diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
commit | 2f634463b614583df80d788d285e2d996318a4e3 (patch) | |
tree | 8334050c9f73c9abb4eb3dda1b54b27f4add873f /net-im/ayttm | |
parent | 6004f13382c7878fc39ee50fb971daf0a6c5853b (diff) | |
download | ports-2f634463b614583df80d788d285e2d996318a4e3.tar.gz ports-2f634463b614583df80d788d285e2d996318a4e3.zip |
Notes
Diffstat (limited to 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 5ed120355af9..fe6c88fae70c 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ayttm PORTVERSION= 0.5.0.111 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF/ayttm/ayttm/${PORTVERSION:R}-${PORTVERSION:E}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} @@ -17,7 +17,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.18:${PORTSDIR}/security/gpgme \ + gpgme.19:${PORTSDIR}/security/gpgme \ pspell.16:${PORTSDIR}/textproc/aspell OPTIONS= ARTS "Enable aRts support" off \ |