diff options
author | rm <rm@FreeBSD.org> | 2012-05-14 00:13:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-05-14 00:13:24 +0800 |
commit | f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff (patch) | |
tree | 4f316c3a18ce35ff9f416d0ef07c4f2868cd7ed4 /net-im | |
parent | bc13b3fa54045a2d22cf1a1c988d41115471b4eb (diff) | |
download | freebsd-ports-gnome-f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff.tar.gz freebsd-ports-gnome-f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff.tar.zst freebsd-ports-gnome-f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff.zip |
- strict python version to 2.x only
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pwytter/Makefile | 4 | ||||
-rw-r--r-- | net-im/pwytter/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/pwytter/Makefile b/net-im/pwytter/Makefile index ad13f4c86b44..1bf1a3b7869c 100644 --- a/net-im/pwytter/Makefile +++ b/net-im/pwytter/Makefile @@ -9,7 +9,7 @@ PORTNAME= pwytter PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= net-im www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org @@ -25,7 +25,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes USE_GETTEXT= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net-im/pwytter/pkg-descr b/net-im/pwytter/pkg-descr index ec19bec5d14c..a34cc11afcb9 100644 --- a/net-im/pwytter/pkg-descr +++ b/net-im/pwytter/pkg-descr @@ -12,4 +12,4 @@ using Tkinter. It currently features: - Automatic and manual refresh - Pwytter update autodetection -WWW: http://www.pwytter.com/ +WWW: http://www.pwytter.com/ |