Only set USE_GMAKE for GNOME_PROJECT ports.

This makes the gnome MODULE generic enough for other ports to use it for
fd.o stuffs (desktop-file-utils, gtk-update-icon-cache, ...).
This commit is contained in:
ajacoutot 2014-07-09 17:45:51 +00:00
parent 3c5381c59b
commit 6a17eb9db7

View File

@ -1,4 +1,4 @@
# $OpenBSD: gnome.port.mk,v 1.87 2014/07/09 17:05:34 ajacoutot Exp $
# $OpenBSD: gnome.port.mk,v 1.88 2014/07/09 17:45:51 ajacoutot Exp $
#
# Module for GNOME related ports
@ -11,11 +11,8 @@ EXTRACT_SUFX?= .tar.xz
CATEGORIES+= x11/gnome
. if ${NO_BUILD:L} == "no"
MODULES+= textproc/intltool
. endif
.endif
.if ${NO_BUILD:L} == "no"
USE_GMAKE?= Yes
. endif
.endif
.if ${CONFIGURE_STYLE:Mgnu} || ${CONFIGURE_STYLE:Msimple}