diff options
author | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
commit | d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /accessibility | |
parent | 0c77840ce77e9be1c328ea8862f0987d9efb7d8a (diff) | |
download | freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.gz freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.zst freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.zip |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/accerciser/Makefile | 2 | ||||
-rw-r--r-- | accessibility/at-spi/Makefile | 2 | ||||
-rw-r--r-- | accessibility/orca/Makefile | 2 | ||||
-rw-r--r-- | accessibility/py-atspi/Makefile | 2 | ||||
-rw-r--r-- | accessibility/py-papi/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index c4ef6ae0ae98..892484aba6cc 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -14,7 +14,7 @@ COMMENT= Interactive Python accessibility explorer for GNOME USE_BZIP2= yes USE_GNOME= pygnomedesktop atspi intlhack -USE_PYTHON= -2.7 +USE_PYTHON= 2 USES= display:configure gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 1e7b9dcdea9a..e38a59ebdbe7 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -22,7 +22,7 @@ NO_STAGE= yes USES= gmake gettext pkgconfig USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 0d55dea67dc1..f267f6face8a 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ NO_STAGE= yes USE_BZIP2= yes USES= gmake gettext pkgconfig -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ pygnomedesktop INSTALLS_ICONS= yes diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index 3fb26df2323a..57227eff389c 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -23,7 +23,7 @@ USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomehier intlhack pygobject3 GNU_CONFIGURE= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile index 4be8f27eab8d..828f223d7564 100644 --- a/accessibility/py-papi/Makefile +++ b/accessibility/py-papi/Makefile @@ -12,7 +12,7 @@ COMMENT= ATK accessibility wrapper for python USES= pkgconfig USE_GNOME= atk -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes |