diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-10-29 17:05:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-10-29 17:05:50 +0000 |
commit | 86a87d94deeff108abeb4ee1ef47bbaf3297d6e6 (patch) | |
tree | 5cd403e620f727ad5e2f7c0bfa122a124e085d34 /x11 | |
parent | 575fd60ec85f55e084270850b084bab844ed4798 (diff) | |
download | ports-86a87d94deeff108abeb4ee1ef47bbaf3297d6e6.tar.gz ports-86a87d94deeff108abeb4ee1ef47bbaf3297d6e6.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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 53c6e0d49c18..cec13e947426 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= yes +USE_PYTHON= -2.7 INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index f11dcc07a4f2..2d459fd17c3d 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= yes +USE_PYTHON= -2.7 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index b5660cbf9fba..c2c3ea381aba 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= yes +USE_PYTHON= -2.7 INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes |