diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-30 06:09:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-30 06:09:53 +0800 |
commit | 303e73dabd702e19dae0638e402b7adedc2e63d0 (patch) | |
tree | 39f5db5e677aac0352369cb6e46374b5bd11a774 /x11-wm/ede/Makefile | |
parent | f1cfa348702ffe72cc29c7129885253c7d19e090 (diff) | |
download | freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.gz freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.zst freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.zip |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
Diffstat (limited to 'x11-wm/ede/Makefile')
-rw-r--r-- | x11-wm/ede/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index e13fcad383dc..5f97b867330d 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -26,8 +26,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ USES= fam gettext iconv:translit pathfix pkgconfig python:2 \ shared-mime-info shebangfix SHEBANG_FILES= doc/asciidoc/asciidoc.py -python_OLD_CMD= ${SETENV} python -python_CMD= ${PYTHON_CMD} +python_OLD_CMD= /usr/bin/env python USE_XORG= xcomposite xft xinerama xkbfile xpm xrandr USE_CSTD= gnu89 GNU_CONFIGURE= yes |