diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
commit | 734b61f327683a6f33dff50fd033a2320cd3e0d6 (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/electrix | |
parent | f7a05e2b63bd7e68a0258979cd88c065e7dd4d4a (diff) |
Notes
Diffstat (limited to 'graphics/electrix')
-rw-r--r-- | graphics/electrix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/electrix/Makefile b/graphics/electrix/Makefile index 0c5593e8aca7..3cadee573e41 100644 --- a/graphics/electrix/Makefile +++ b/graphics/electrix/Makefile @@ -11,10 +11,9 @@ COMMENT= Application to view PDF files LICENSE= GPLv2 -USES= pkgconfig desktop-file-utils +USES= pkgconfig desktop-file-utils python:2 USE_BZIP2= yes USE_GNOME= gtk20 glib20 intltool intlhack -USE_PYTHON= 2 CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} |