diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-09-08 03:35:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-09-08 03:35:15 +0800 |
commit | eb0e32d4ddaba5d692a5c737e5bd9db6d64646eb (patch) | |
tree | 375b26a9fae7035af1291137cc0b103f5c110e08 /print/cups-base | |
parent | 7a29537be3b06fb01f7229e256a7d4ca53ea87be (diff) | |
download | freebsd-ports-gnome-eb0e32d4ddaba5d692a5c737e5bd9db6d64646eb.tar.gz freebsd-ports-gnome-eb0e32d4ddaba5d692a5c737e5bd9db6d64646eb.tar.zst freebsd-ports-gnome-eb0e32d4ddaba5d692a5c737e5bd9db6d64646eb.zip |
- fix options by forcing UNIQUENAME
PR: 150309
Submitted by: Marcin Wisnicki
Diffstat (limited to 'print/cups-base')
-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 |