diff options
Diffstat (limited to 'print/cups-client/Makefile')
-rw-r--r-- | print/cups-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index 1e9607a5fe51..ac2be0c44825 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_CLIENT= yes .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif |