diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
commit | 89e07f4a18111a1fde92e57751221f851705f6b8 (patch) | |
tree | e54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/gps | |
parent | 7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff) | |
download | ports-89e07f4a18111a1fde92e57751221f851705f6b8.tar.gz ports-89e07f4a18111a1fde92e57751221f851705f6b8.zip |
Notes
Diffstat (limited to 'devel/gps')
-rw-r--r-- | devel/gps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile index da4f0182d327..af53959cd116 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -21,10 +21,9 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libgtkada.so:${PORTSDIR}/x11-toolkits/gtkada3 GNU_CONFIGURE= yes -USES= ada gmake perl5 pkgconfig tar:bzip2 +USES= ada gmake perl5 pkgconfig python tar:bzip2 USE_PERL5= build USE_GNOME= glib20 -USE_PYTHON= yes USE_GNOME= pygobject3 PYCOMPILE= ${PREFIX}/lib/${PYTHON_VERSION}/compileall.py AWKREVDATE= '/Last Changed Date/ {print "\"s|unknown date|" $$4 "|\""}' |