diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-07-11 18:34:50 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-07-11 18:34:50 +0800 |
commit | 5c3b94cdec5693470b6ea1f7f037299b23d25743 (patch) | |
tree | 671540c1f4aa5a8ee3c63c297f6b2d6f945bbe3d /deskutils | |
parent | 71a657ea96cf60bf4bff39110767436476f46375 (diff) | |
download | freebsd-ports-gnome-5c3b94cdec5693470b6ea1f7f037299b23d25743.tar.gz freebsd-ports-gnome-5c3b94cdec5693470b6ea1f7f037299b23d25743.tar.zst freebsd-ports-gnome-5c3b94cdec5693470b6ea1f7f037299b23d25743.zip |
Fix python_OLD_CMD usage.
Reported by: mat@
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 006f26812add..df392131a29e 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -52,8 +52,7 @@ EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f USES= desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig \ python:2 pyqt:5 shared-mime-info shebangfix ssl tar:xz SHEBANG_GLOB= *.sh *.py -python_OLD_CMD= "/usr/bin/env python" /bin/python /usr/bin/python /usr/local/bin/python \ - "/usr/bin/env python2" /bin/python2 /usr/bin/python2 /usr/local/bin/python2 +python_OLD_CMD= "/usr/bin/env python2" /bin/python2 /usr/bin/python2 /usr/local/bin/python2 USE_PYQT= core gui network sip svg webkit widgets webkitwidgets xmlpatterns USE_QT5= buildtools_build core dbus gui qmake_build widgets USE_GL= egl gl |