diff options
author | mat <mat@FreeBSD.org> | 2016-04-08 20:37:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-08 20:37:42 +0800 |
commit | 0e90454c712f262c3c39ab168c602565a0c16a8d (patch) | |
tree | d4d85e182ee204c441f14a2f546130c5c38a85cc /deskutils/recoll/Makefile | |
parent | dbd6c36aaeea87c74ee0164219a051739c1cf30e (diff) | |
download | freebsd-ports-gnome-0e90454c712f262c3c39ab168c602565a0c16a8d.tar.gz freebsd-ports-gnome-0e90454c712f262c3c39ab168c602565a0c16a8d.tar.zst freebsd-ports-gnome-0e90454c712f262c3c39ab168c602565a0c16a8d.zip |
Update to 1.21.6.
PR: 208611
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'deskutils/recoll/Makefile')
-rw-r--r-- | deskutils/recoll/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 1fe2d71b5ffb..db85c8b7b18f 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.21.5 +PORTVERSION= 1.21.6 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -45,7 +45,7 @@ IMAGE_RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool KONQUEROR_DESC= Konqueror webarchive format with Python KONQUEROR_RUN_DEPENDS= kwebkitpart>0:www/kwebkitpart LATEX_USE= tex=dvipsk:run,latex:run -PDF_RUN_DEPENDS= xpdf:graphics/xpdf +PDF_RUN_DEPENDS= pdftotext:graphics/poppler-utils PS_RUN_DEPENDS= pstotext:print/pstotext PYTHON_USES= python PYTHON_CONFIGURE_ENABLE= python-module @@ -69,7 +69,7 @@ X11MON_CONFIGURE_WITH= fam post-patch: @${REINPLACE_CMD} -e \ - '/recoll.pro/s|^|#|' \ + 's|@QMAKE@|${TRUE}|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|/usr/local/lib|${LOCALBASE}/lib|' \ @@ -79,7 +79,7 @@ post-patch: s|python setup.py|${PYTHON_CMD} setup.py|' \ ${WRKSRC}/recollinstall.in @${REINPLACE_CMD} -e \ - 's|python setup.py|${PYTHON_CMD} setup.py|' \ + 's|python setup.py|${PYTHON_CMD} setup.py|; s|sudo||' \ ${WRKSRC}/python/recoll/Makefile pre-build-QT4-on: |