diff options
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index d41071d..f65cbd5 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -18,6 +18,10 @@ LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \ ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr +.if make(package) +DEPENDS_TARGET="package" +.endif + NO_BUILD= true do-install: # empty do-patch: # empty |