diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-07-11 10:34:50 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-07-11 10:34:50 +0000 |
commit | fe0d97b52c159035e1740bc075037147639c15b8 (patch) | |
tree | 671540c1f4aa5a8ee3c63c297f6b2d6f945bbe3d /deskutils/calibre/Makefile | |
parent | 3f2142e0660bb0acb791c28900f0f29348e06e6d (diff) | |
download | ports-fe0d97b52c159035e1740bc075037147639c15b8.tar.gz ports-fe0d97b52c159035e1740bc075037147639c15b8.zip |
Notes
Diffstat (limited to 'deskutils/calibre/Makefile')
-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 |