diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /graphics/electrix/Makefile | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Notes
Diffstat (limited to 'graphics/electrix/Makefile')
-rw-r--r-- | graphics/electrix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/electrix/Makefile b/graphics/electrix/Makefile index 69604f9321c0..5f1f9a2e72be 100644 --- a/graphics/electrix/Makefile +++ b/graphics/electrix/Makefile @@ -2,7 +2,7 @@ PORTNAME= electrix PORTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} @@ -11,7 +11,7 @@ COMMENT= Application to view PDF files LICENSE= GPLv2 -USES= desktop-file-utils pkgconfig python:2 tar:bzip2 waf +USES= desktop-file-utils pkgconfig python:2.7 tar:bzip2 waf USE_GNOME= gtk20 glib20 intltool intlhack MAKE_ENV= DESTDIR="${STAGEDIR}" \ |