Date: Tue, 11 Jul 2017 10:34:50 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445491 - head/deskutils/calibre Message-ID: <201707111034.v6BAYoY3024095@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Jul 11 10:34:50 2017 New Revision: 445491 URL: https://svnweb.freebsd.org/changeset/ports/445491 Log: Fix python_OLD_CMD usage. Reported by: mat@ Modified: head/deskutils/calibre/Makefile Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Tue Jul 11 10:29:11 2017 (r445490) +++ head/deskutils/calibre/Makefile Tue Jul 11 10:34:50 2017 (r445491) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707111034.v6BAYoY3024095>