mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- strict python version to 2.x only
This commit is contained in:
parent
a4bbb3bc9d
commit
c8bca55689
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296541
3 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue