The x11/gnome MODULE will soon stop setting USE_GMAKE unconditionally, so

explicitely add it where needed.
This commit is contained in:
ajacoutot 2014-07-09 17:43:52 +00:00
parent 87cb523220
commit 3c5381c59b
15 changed files with 45 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.58 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= GNOME music player client
@ -29,6 +29,8 @@ MASTER_SITES= http://www.musicpd.org/download/gmpc/${VERSION}/
MODULES= devel/gettext textproc/intltool x11/gnome
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
# fuck you vala, for running valac without reason and generating broken code.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.56 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= GTK-based LDAP client
@ -31,6 +31,8 @@ LIB_DEPENDS= databases/openldap \
MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache shared-mime-info yelp
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-browser-dnd

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2014/04/02 09:36:10 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= library for Model-View-Controller type across DBus
@ -24,6 +24,8 @@ MODULES= devel/gettext \
MODGNOME_TOOLS += gobject-introspection vala
USE_GMAKE= Yes
LIB_DEPENDS= devel/glib2 \
textproc/icu4c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2014/07/08 15:33:42 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= GLib library wrapping libgit2
@ -22,6 +22,8 @@ RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR}
LIB_DEPENDS= devel/gobject-introspection \
devel/libgit2/libgit2>=0.21.0
USE_GMAKE= Yes
WANTLIB += crypto ffi gio-2.0 girepository-1.0 git2 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 m pcre pthread ssh2 ssl z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= brain teaser game
@ -21,6 +21,8 @@ EXTRACT_SUFX= .tar.gz
MODULES= lang/mono \
x11/gnome
USE_GMAKE= Yes
BUILD_DEPENDS= devel/mono-addins \
shells/bash \
textproc/intltool \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= modular geoinformation service on top of D-Bus
@ -32,6 +32,8 @@ LIB_DEPENDS= devel/libsoup \
MODGNOME_TOOLS += desktop-file-utils
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-dbus-service-user=_geoclue

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT = GPS track manager
@ -21,6 +21,8 @@ MODULES = devel/gettext textproc/intltool x11/gnome
CONFIGURE_STYLE = gnu
MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache yelp
USE_GMAKE = Yes
LIB_DEPENDS = archivers/bzip2 \
devel/libidn \
devel/libmagic \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT = Amide a Medical Imaging Data Examiner
@ -36,6 +36,8 @@ MODGNOME_TOOLS += desktop-file-utils yelp
BUILD_DEPENDS = devel/m4
USE_GMAKE= Yes
LIB_DEPENDS = devel/gsl>=1.6 \
x11/gnome/libgnomecanvas \
graphics/xmedcon \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT = japanese-english dictionary program
@ -30,6 +30,8 @@ MODULES = devel/dconf \
textproc/intltool \
x11/gnome
USE_GMAKE= Yes
RUN_DEPENDS = fonts/ja-kanjistrokeorders-ttf \
textproc/docbook
LIB_DEPENDS = net/curl \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT = AppData tools
@ -23,6 +23,8 @@ MODULES= devel/gettext \
MODGNOME_TOOLS= docbook
USE_GMAKE= Yes
LIB_DEPENDS = devel/libsoup \
graphics/gdk-pixbuf2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= library for managing information about operating systems
@ -27,6 +27,8 @@ MODULES= devel/gettext \
MODGNOME_TOOLS += gobject-introspection vala
USE_GMAKE= Yes
# needed for test
BUILD_DEPENDS += devel/check \
devel/libsoup

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT = event logging framework
@ -35,6 +35,8 @@ MODULES = devel/gettext \
textproc/intltool \
x11/gnome
USE_GMAKE = Yes
MODGNOME_TOOLS += gobject-introspection vala
MODPY_ADJ_FILES = data/ontology2code

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT= gtk+3 spelling checker
@ -36,6 +36,8 @@ MODGNOME_TOOLS= gobject-introspection vala
BUILD_DEPENDS= devel/iso-codes
RUN_DEPENDS= devel/iso-codes
USE_GMAKE= Yes
LIB_DEPENDS= textproc/enchant \
x11/gtk+3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.119 2014/05/26 16:52:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.120 2014/07/09 17:43:52 ajacoutot Exp $
COMMENT = open source web browser engine for Gtk+
@ -37,6 +37,8 @@ MAKE_FILE = GNUmakefile
PORTHOME = ${WRKDIST}
SUBST_VARS = WEBKIT_API_VERSION GTK_API_VERSION
USE_GMAKE = Yes
MODPY_RUNDEP = No
MODRUBY_RUNDEP = No
MODPY_ADJ_FILES = Tools/gtk/generate-feature-defines-files \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2014/07/09 13:55:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2014/07/09 17:43:52 ajacoutot Exp $
SHARED_ONLY = Yes
@ -30,6 +30,8 @@ MODULES = devel/gconf2 \
textproc/intltool \
x11/gnome
USE_GMAKE = Yes
MODGNOME_TOOLS += desktop-file-utils
MODGCONF2_SCHEMAS_DIR = gpointing-device-settings