--disable-examples to prevent a hidden dependency on gtk+.

This commit is contained in:
ajacoutot 2016-11-19 08:02:37 +00:00
parent 3bb7d25c81
commit 996232e749

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2016/11/17 16:56:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.35 2016/11/19 08:02:37 ajacoutot Exp $
COMMENT= framework for streaming media
@ -26,4 +26,7 @@ LIB_DEPENDS= devel/glib2
CONFIGURE_ENV += ac_cv_lib_gmp___gmpz_init_set_d=no \
ac_cv_lib_gsl_gsl_rng_uniform_int=no
# require (at least) gtk+
CONFIGURE_ARGS += --disable-examples
.include <bsd.port.mk>