diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
commit | 729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch) | |
tree | 587d15de621adfc5fa93e4c481b8470e04053dc3 /net-im/py-msnp/Makefile | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) |
Notes
Diffstat (limited to 'net-im/py-msnp/Makefile')
-rw-r--r-- | net-im/py-msnp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/py-msnp/Makefile b/net-im/py-msnp/Makefile index 88aaf0328136..197f0a960875 100644 --- a/net-im/py-msnp/Makefile +++ b/net-im/py-msnp/Makefile @@ -8,6 +8,7 @@ PORTNAME= msnp PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}.py-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MSN messaging in Python -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= msnp.py |