diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-05 04:25:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-05 04:25:18 +0800 |
commit | e60c32ba847b05a3a24848a0a2dc272cf3674a22 (patch) | |
tree | 0dd00232328340a24bdbc0beea997d5f1c9ebba7 /x11/wbarconf/Makefile | |
parent | e498971a3917405550dd06f576bcde4473384dc3 (diff) | |
download | freebsd-ports-gnome-e60c32ba847b05a3a24848a0a2dc272cf3674a22.tar.gz freebsd-ports-gnome-e60c32ba847b05a3a24848a0a2dc272cf3674a22.tar.zst freebsd-ports-gnome-e60c32ba847b05a3a24848a0a2dc272cf3674a22.zip |
wbarconf fails to run with python3
Diffstat (limited to 'x11/wbarconf/Makefile')
-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 |