diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-10-31 22:51:53 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-10-31 22:51:53 +0800 |
commit | 1f71e2687843acfc82cc1b41605d3ca7746fce10 (patch) | |
tree | 24264a2ad21a2c8f76ab9dce92511f469d158380 /deskutils/recoll | |
parent | 581c2b4bdb365a4da427fb2b13c460eb3d436a4e (diff) | |
download | freebsd-ports-gnome-1f71e2687843acfc82cc1b41605d3ca7746fce10.tar.gz freebsd-ports-gnome-1f71e2687843acfc82cc1b41605d3ca7746fce10.tar.zst freebsd-ports-gnome-1f71e2687843acfc82cc1b41605d3ca7746fce10.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Diffstat (limited to 'deskutils/recoll')
-rw-r--r-- | deskutils/recoll/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 940a782a2f14..4ddd96bdc5b9 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -49,9 +49,9 @@ LATEX_USE= tex=dvipsk:run,latex:run PDF_RUN_DEPENDS= pdftotext:graphics/poppler-utils PS_RUN_DEPENDS= pstotext:print/pstotext PYTHON_USES= python -PYTHON_CONFIGURE_ENABLE= python-module +PYTHON_CONFIGURE_ENABLE=python-module PYTHON_PLIST_SUB= PYDISTUTILS_EGGINFO="${PYDISTUTILS_EGGINFO}" -PYTHON_VARS= PYDISTUTILS_PKGNAME=Recoll \ +PYTHON_VARS= PYDISTUTILS_PKGNAME=Recoll \ PYDISTUTILS_PKGVERSION=1.0 QT4_USE= qt4=moc_build,qmake_build,rcc_build,uic_build \ qt4=iconengines_run,imageformats_run \ @@ -65,7 +65,7 @@ SOUND_RUN_DEPENDS= mutagen-pony:audio/py-mutagen \ X11MON_DESC= X11 session monitoring support X11MON_USES= fam X11MON_USE= xorg=ice,sm,x11 -X11MON_CONFIGURE_ENABLE= x11mon +X11MON_CONFIGURE_ENABLE=x11mon X11MON_CONFIGURE_WITH= fam post-patch: |