diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /x11 | |
parent | f7c433d7169aa1bbe61414cf420ec27bbb3160d3 (diff) | |
download | ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.tar.gz ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-desktop/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome-menus/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 2 | ||||
-rw-r--r-- | x11/guake/Makefile | 2 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 2 | ||||
-rw-r--r-- | x11/plasma-scriptengine-python/Makefile | 2 | ||||
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 2 | ||||
-rw-r--r-- | x11/wbarconf/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 2 | ||||
-rw-r--r-- | x11/xpyb/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index cec13e947426..171f3c38e1e4 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -22,7 +22,7 @@ USE_XORG= xpm USES= bison pathfix gettext pkgconfig gmake USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \ ltverhack referencehack -USE_PYTHON= -2.7 +USE_PYTHON= 2 INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 2d459fd17c3d..2cbe9c18578f 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack USES= pkgconfig gettext USE_AUTOTOOLS= libtool -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index c2c3ea381aba..710e1476c3cb 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gweather:${PORTSDIR}/net/libgweather \ CONFLICTS= gnome-panel-3.[0-9]* USE_XORG= ice sm x11 xau xrandr -USE_PYTHON= -2.7 +USE_PYTHON= 2 INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes diff --git a/x11/guake/Makefile b/x11/guake/Makefile index 4df3ce73bf1e..35c5c61d7256 100644 --- a/x11/guake/Makefile +++ b/x11/guake/Makefile @@ -44,7 +44,7 @@ REINPLACE_FILES= guake guake-prefs prefs.py #USE_GITHUB= yes USE_GNOME= gtk20 pygnome2 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USES= desktop-file-utils gmake pkgconfig WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 27e5fd927734..f204cf2de9ef 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -24,7 +24,7 @@ USES= gmake pathfix pkgconfig USE_GNOME= libxslt:build USE_LDCONFIG= yes USE_XORG= xau xdmcp -USE_PYTHON_BUILD= 2.5+ +USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index 37ca8d1648a9..2c21ea0fa8ac 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -14,7 +14,7 @@ COMMENT= Plasma scriptengine for Python USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build -USE_PYTHON= 2.5+ +USE_PYTHON= yes DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo USE_XZ= yes USES= cmake:outsource diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index 18a2bba7f02d..e4a296163a9d 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= moc_build opengl qmake_build OPTIONS_DEFINE= API diff --git a/x11/wbarconf/Makefile b/x11/wbarconf/Makefile index eb793e361c34..36bc71ffdb78 100644 --- a/x11/wbarconf/Makefile +++ b/x11/wbarconf/Makefile @@ -13,7 +13,7 @@ COMMENT= Configuration GUI for wbar RUN_DEPENDS= wbar:${PORTSDIR}/x11/wbar USE_GNOME= pygobject pygtk2 gtk20 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USES= gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 778dcf9da82b..4c3e79f2f7e1 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USES= pathfix -USE_PYTHON= 2.5+ +USE_PYTHON= yes GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xcb diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index 8c86a1228714..93c896dd6f6b 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-p xcb-proto>=1.7.1:${PORTSDIR}/x11/xcb-proto USE_BZIP2= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_XORG= xcb USES= pathfix pkgconfig PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt |