diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-04 20:25:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-04 20:25:18 +0000 |
commit | a00163262aba997852e5d9b6c65df05770a03313 (patch) | |
tree | 0dd00232328340a24bdbc0beea997d5f1c9ebba7 /x11 | |
parent | d54b07457785af158d39c045819a4bbd9384cf40 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wbarconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wbarconf/Makefile b/x11/wbarconf/Makefile index 15fefee76cbf..6239ce087621 100644 --- a/x11/wbarconf/Makefile +++ b/x11/wbarconf/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= wbar:x11/wbar USE_GNOME= pygobject pygtk2 gtk20 -USES= gettext desktop-file-utils python shebangfix +USES= gettext desktop-file-utils python:2.7 shebangfix SHEBANG_FILES= ${WRKSRC}/wbarconf python_OLD_CMD= "/usr/bin/env python2" NO_BUILD= yes |