diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-18 17:40:42 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-18 17:40:42 +0000 |
commit | ff23bb18c04567c6f8fd75a1795f3bcccb1005b8 (patch) | |
tree | b706ba8e4f3c9f011e9195d6279313f146fffc5b /print | |
parent | 88a12693decd8f9c14fb308b5e2d2e27306ea251 (diff) | |
download | ports-ff23bb18c04567c6f8fd75a1795f3bcccb1005b8.tar.gz ports-ff23bb18c04567c6f8fd75a1795f3bcccb1005b8.zip |
Notes
Diffstat (limited to 'print')
-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 d41071d1a867..f65cbd5d3e6f 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 |