diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
commit | a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /misc | |
parent | f4b5a9883bcd59b1a495cb8f7c3a7c70e75bc6d9 (diff) | |
download | ports-a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea.tar.gz ports-a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gonvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile index 7747f088de31..510aa8444156 100644 --- a/misc/gonvert/Makefile +++ b/misc/gonvert/Makefile @@ -12,7 +12,7 @@ COMMENT= Conversion utility that allows conversion between many units LICENSE= GPLv2 USE_GNOME= pygtk2 -USES= python +USES= python:2.7 NO_BUILD= yes PORTDOCS= CHANGELOG FAQ README THANKS |