diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-09 11:46:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-09 11:46:20 +0000 |
commit | 1c77daa7155d3b25d6bba2542b6c619a8aa0b08d (patch) | |
tree | 4b803edee9fbf1b4c82cded7f663425041284fd8 | |
parent | a69354dba54667a14f41b59de54dbc46eeabb82e (diff) |
gnome-osd is not compatible with python3
Notes
Notes:
svn path=/head/; revision=455845
-rw-r--r-- | misc/gnome-osd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index c25f57c96ad0..53017aa16247 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -14,7 +14,7 @@ COMMENT= On-Screen-Display infrastructure using Pango text rendering LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake pathfix pkgconfig python +USES= gettext-tools gmake pathfix pkgconfig python:2.7 USE_GNOME= gnomeprefix intlhack pygnome2 GNU_CONFIGURE= yes NO_ARCH= yes |