diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /print | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index fd5242dd5b3c..1db559cd8bc7 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -30,7 +30,7 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ USE_GNOME= glib20 USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules --with-shell=/bin/sh \ +CONFIGURE_ARGS= --with-shell=/bin/sh \ ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" INSTALL_TARGET= install-strip |