diff options
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 5009e3ccce97..4a30536ac7cc 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -65,6 +65,7 @@ CUPS_SUFFIX= -client INSTALL_WRKSRC= ${WRKSRC}/cups PLIST= ${MASTERDIR}/pkg-plist.client USE_LDCONFIG= yes +PKGMESSAGE= ${NONEXISTENT} .elif defined(CUPS_IMAGE) CUPS_SUFFIX= -image LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ @@ -75,6 +76,7 @@ CONFIGURE_ARGS+= --disable-pdftops INSTALL_WRKSRC= ${WRKSRC}/filter PLIST= ${MASTERDIR}/pkg-plist.image USE_LDCONFIG= yes +PKGMESSAGE= ${NONEXISTENT} .else CUPS_SUFFIX= -base LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ |