diff options
-rw-r--r-- | net-im/pwytter/Makefile | 4 | ||||
-rw-r--r-- | net-im/pwytter/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/compizconfig-python/Makefile | 2 |
3 files changed, 4 insertions, 4 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/ diff --git a/x11-wm/compizconfig-python/Makefile b/x11-wm/compizconfig-python/Makefile index 42cf1e30d092..cdb69a4eb6b5 100644 --- a/x11-wm/compizconfig-python/Makefile +++ b/x11-wm/compizconfig-python/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_GNOME= gnomehack glib20 USE_AUTOTOOLS= libtool |