diff options
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 53666bd4cc0b..c6cf00091562 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -87,7 +87,7 @@ PLIST_SUB+= GS_${D}="@comment " .endfor .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= libcupsimage.2:${PORTSDIR}/print/cups-image +LIB_DEPENDS+= cupsimage.2:${PORTSDIR}/print/cups-image CONFIGURE_ARGS+= --enable-cups .else CONFIGURE_ARGS+= --disable-cups |