diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-07-06 16:55:24 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-07-06 16:55:24 +0800 |
commit | 8d705c522170a928790a322cf74d80c74a9fbfaf (patch) | |
tree | eeb15f6c634d78ba311a8afa3c8cc0f3fb511a52 | |
parent | 63239aeec06fcff5fbc095947cfebf975d0020b2 (diff) | |
download | freebsd-ports-gnome-8d705c522170a928790a322cf74d80c74a9fbfaf.tar.gz freebsd-ports-gnome-8d705c522170a928790a322cf74d80c74a9fbfaf.tar.zst freebsd-ports-gnome-8d705c522170a928790a322cf74d80c74a9fbfaf.zip |
- fix option XPDF
PR: 169648
Submitted by: John Levine
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 5748fd212362..85a22de8dba4 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -162,7 +162,7 @@ PLIST_SUB+= WITH_PDFTOPS="" .elif !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MXPDF} BUILD_DEPENDS+= pdftops:${PORTSDIR}/graphics/xpdf RUN_DEPENDS+= pdftops:${PORTSDIR}/graphics/xpdf -CONFIGURE_ARGS+= --enable-pdftops --with-pdftops=${LOCALBASE}/bin/pdftops +CONFIGURE_ARGS+= --enable-pdftops --with-pdftops=${LOCALBASE}/libexec/xpdf/pdftops PLIST_SUB+= WITH_PDFTOPS="" .else PLIST_SUB+= WITH_PDFTOPS="@comment " |