diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-09-07 19:35:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-09-07 19:35:15 +0000 |
commit | 3ab3de4e12fa31349031df6608261dc12427eb71 (patch) | |
tree | f4ee70fac62ff756ac8d4eaed95d0e21879dfb48 /print | |
parent | 691622ab2cc18ea0c5d53ddb89ccdefc1f25984b (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 7318f7a2e355..6c761ac19f76 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -52,6 +52,7 @@ OPTIONS?= GNUTLS "Build with GNUTLS library" on \ XPDF "Build pdftops with XPDF" off \ XDG_OPEN "Build with XDG_OPEN as browser" off +UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} CUPS_ETCDIR= ${PREFIX}/etc/cups CUPS_SPOOLDIR= /var/spool/cups CUPS_SOCKET?= /var/run/cups.sock @@ -132,7 +133,7 @@ PLIST_SUB+= PHP="@comment " .if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && !defined(WITHOUT_GHOSTSCRIPT) .if defined(WITH_XPDF) -IGNORE= "Pick ghostscript or xpdf, not both" +IGNORE= pick ghostscript or xpdf, not both .endif USE_GHOSTSCRIPT= yes CONFIGURE_ARGS+= --enable-pdftops --with-pdftops=${LOCALBASE}/bin/gs |