Use V=1 to disable silent rules

As this port tries hard to kill any output, --disable-silent-rules is
not enough.
This commit is contained in:
jca 2016-11-22 21:26:04 +00:00
parent 02a367df4c
commit 3dcd7ced5d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2015/11/24 09:11:05 jasper Exp $
# $OpenBSD: Makefile,v 1.33 2016/11/22 21:26:04 jca Exp $
COMMENT= color ascii art library
@ -29,6 +29,8 @@ LIB_DEPENDS = graphics/imlib2
WANTLIB += X11 Xext freetype xcb Imlib2>=1
.endif
MAKE_FLAGS= V=1
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doc \
--disable-slang \