diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 271384f5d581..bcc68208004b 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -303,7 +303,7 @@ post-install: # should be reworked to build with blocks and libdispatch support (via options). # .include -.if defined(CUPS_CLIENT) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000 +.if (defined(CUPS_CLIENT) || defined(CUPS_IMAGE)) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000 CFLAGS+= -fno-blocks .endif