diff options
author | mva <mva@FreeBSD.org> | 2015-01-04 16:23:23 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-04 16:23:23 +0800 |
commit | 07973f5c11ad2f2f56723f1644cb3fc7999f2b7d (patch) | |
tree | 1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4 /deskutils/recoll | |
parent | d962f6d84c3fd275ea199f97c8e98b542952c84c (diff) | |
download | freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.gz freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.zst freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.zip |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python
Diffstat (limited to 'deskutils/recoll')
-rw-r--r-- | deskutils/recoll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index addd7c50d68a..b7cc77732f26 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -49,7 +49,7 @@ LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex \ dvips:${PORTSDIR}/print/tex-dvipsk PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext -PYTHON_USE= python=yes +PYTHON_USES= python PYTHON_CONFIGURE_ENABLE= python-module QT4_USE= qt4=moc_build,qmake_build,rcc_build,uic_build \ qt4=iconengines_run,imageformats_run \ |