diff options
author | antoine <antoine@FreeBSD.org> | 2019-01-08 01:15:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-01-08 01:15:19 +0800 |
commit | 1d203112d037c463788d8cf1b510f8fd585f8c4a (patch) | |
tree | 9a04af82ebcf30ce2b91f730e22419eefd300717 /editors | |
parent | 4b313364d3ce10028d6ce9f323b60cce3298ef0d (diff) | |
download | freebsd-ports-gnome-1d203112d037c463788d8cf1b510f8fd585f8c4a.tar.gz freebsd-ports-gnome-1d203112d037c463788d8cf1b510f8fd585f8c4a.tar.zst freebsd-ports-gnome-1d203112d037c463788d8cf1b510f8fd585f8c4a.zip |
Add explicit build dependency on python2.7
PR: 234633
Diffstat (limited to 'editors')
-rw-r--r-- | editors/medit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/medit/Makefile b/editors/medit/Makefile index e7bc3b2e748c..a0e5b05a9717 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -14,7 +14,7 @@ COMMENT= Programming and around-programming text editor LICENSE= LGPL21 -USES= compiler:c++11-lang gmake localbase pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake localbase pkgconfig python:2.7,build tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes |