diff options
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index efdacfa35842..a6c741247257 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -18,7 +18,7 @@ COMMENT= Common UNIX Printing System: Metaport to install complete system BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes NO_INSTALL= yes |