diff options
author | kwm <kwm@FreeBSD.org> | 2013-10-30 01:05:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-10-30 01:05:50 +0800 |
commit | 1711e1d724333bf357bd74c8d8688cbce2c95b37 (patch) | |
tree | 5cd403e620f727ad5e2f7c0bfa122a124e085d34 /x11/gnome-menus | |
parent | d9af86a673bc1b49aad81603bbf1ba3d91dabaa6 (diff) | |
download | freebsd-ports-gnome-1711e1d724333bf357bd74c8d8688cbce2c95b37.tar.gz freebsd-ports-gnome-1711e1d724333bf357bd74c8d8688cbce2c95b37.tar.zst freebsd-ports-gnome-1711e1d724333bf357bd74c8d8688cbce2c95b37.zip |
Restrict python to -2.7
Submitted by: mva@
Diffstat (limited to 'x11/gnome-menus')
-rw-r--r-- | x11/gnome-menus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |