aboutsummaryrefslogtreecommitdiff
path: root/graphics/zbar/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-14 12:39:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-14 12:39:42 +0000
commit863110e9f95de207d0c8891b013c3d43e70cbceb (patch)
tree7cefef4036a143c0a890c264dd040a774616688a /graphics/zbar/Makefile
parent243a1c4dcae2dcc5d9caae8c27bbc73a9e484e5b (diff)
downloadports-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.gz
ports-863110e9f95de207d0c8891b013c3d43e70cbceb.zip
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Notes
Notes: svn path=/head/; revision=517560
Diffstat (limited to 'graphics/zbar/Makefile')
-rw-r--r--graphics/zbar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile
index 2f3cacb3b2c8..bf6cabf2bb8f 100644
--- a/graphics/zbar/Makefile
+++ b/graphics/zbar/Makefile
@@ -51,10 +51,11 @@ V4L_CONFIGURE_ON= --enable-video=yes
V4L_CONFIGURE_OFF= --enable-video=no
PYTHON_USE= GNOME=pygtk2
-PYTHON_USES= python:2.7
+PYTHON_USES= gnome python:2.7
PYTHON_CONFIGURE_ON= --with-python=yes
PYTHON_CONFIGURE_OFF= --with-python=no
+GTK2_USES= gnome
GTK2_USE= GNOME=gtk20
GTK2_CONFIGURE_ON= --with-gtk=yes
GTK2_CONFIGURE_OFF= --with-gtk=no