if NO_BUILD is defined, don't set CONFIGURE_STYLE, this fixed gnome-audio

This commit is contained in:
jasper 2007-05-31 11:39:13 +00:00
parent dc92ed5abf
commit ddafdc0ded

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile.inc,v 1.1 2007/05/30 09:19:02 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.2 2007/05/31 11:39:13 jasper Exp $
DIST_SUBDIR= gnome
HOMEPAGE?= http://www.gnome.org/
.if !defined(NO_BUILD)
CONFIGURE_STYLE?= gnu
.endif
#CONFIGURE_ENV= ${MODGNOME_CONFIGURE_ENV}