diff options
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 |