summaryrefslogtreecommitdiffstats
path: root/print/gutenprint-base/Makefile
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2002-10-16 01:34:01 +0000
committerdannyboy <dannyboy@FreeBSD.org>2002-10-16 01:34:01 +0000
commit7e23580fc4f4d0d07bdaf5f1bc9d40233b06ab7e (patch)
tree696ae81cbdbef45e4b651184031c4d6e4a3d74ad /print/gutenprint-base/Makefile
parentcbfb5285827640588a98454814a65842247b1e9b (diff)
downloadFreeBSD-ports-7e23580fc4f4d0d07bdaf5f1bc9d40233b06ab7e.zip
FreeBSD-ports-7e23580fc4f4d0d07bdaf5f1bc9d40233b06ab7e.tar.gz
Actually add patchfile for rastertoprinter.c this time.
While I'm here, fix BUILD_DEPENDS to look for an executable, it is not LIB_DEPENDS. Submitted in part by: Jeremy Prior <jez@netcraft.com>
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r--print/gutenprint-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile
index c8f750d..d9e15be 100644
--- a/print/gutenprint-base/Makefile
+++ b/print/gutenprint-base/Makefile
@@ -30,7 +30,7 @@ MAN8= cups-calibrate.8
PLIST_SUB+= CUPS="@comment "
.else
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
-BUILD_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+BUILD_DEPENDS+= cups-config:${PORTSDIR}/print/cups-base
CONFIGURE_ARGS+= --with-cups=${PREFIX}
PLIST_SUB+= CUPS=""
.endif
OpenPOWER on IntegriCloud