diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-17 19:58:19 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-17 19:58:19 +0000 |
commit | e19925eecf7af360db1414fcd560b70f0d34130a (patch) | |
tree | 2bdb4d528c9fe28e408d31770f17a2c4fae195f9 /net-im/amsn/Makefile | |
parent | 7bd031b0dd9131a85bea308cceab80155a87dcb1 (diff) |
- Update to 0.98.3
Approved by: itetcu (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=252826
Diffstat (limited to 'net-im/amsn/Makefile')
-rw-r--r-- | net-im/amsn/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/amsn/Makefile b/net-im/amsn/Makefile index 3c8b4fe33973..93e3bf096731 100644 --- a/net-im/amsn/Makefile +++ b/net-im/amsn/Makefile @@ -6,10 +6,10 @@ # PORTNAME= amsn -PORTVERSION= 0.98.1 -PORTREVISION= 2 +PORTVERSION= 0.98.3 CATEGORIES= net-im MASTER_SITES= SF +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sylvio@FreeBSD.org COMMENT= Alvano\'s MSN Messenger @@ -31,6 +31,8 @@ USE_LDCONFIG= yes USE_XORG= x11 USE_GETTEXT= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_TCL= 86 USE_TK= 86 WITH_TCL_THREADS= 86 |