remove ${MAJOR}, it's not really used in a way that doesn't confuse
This commit is contained in:
parent
83545d5ca0
commit
54aa168b6f
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile.inc,v 1.21 2014/04/01 13:21:45 ajacoutot Exp $
|
# $OpenBSD: Makefile.inc,v 1.22 2014/10/05 13:34:40 jasper Exp $
|
||||||
|
|
||||||
SHARED_ONLY?= Yes
|
SHARED_ONLY?= Yes
|
||||||
|
|
||||||
@ -20,5 +20,4 @@ MODULES += devel/gettext \
|
|||||||
CONFIGURE_STYLE?= gnu
|
CONFIGURE_STYLE?= gnu
|
||||||
|
|
||||||
API_VERSION?= 1.0
|
API_VERSION?= 1.0
|
||||||
MAJOR?= 1.18
|
SUBST_VARS?= API_VERSION
|
||||||
SUBST_VARS?= MAJOR API_VERSION
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.37 2014/06/02 08:10:05 jasper Exp $
|
# $OpenBSD: Makefile,v 1.38 2014/10/05 13:34:40 jasper Exp $
|
||||||
|
|
||||||
COMMENT= clutter GStreamer integration library
|
COMMENT= clutter GStreamer integration library
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-shm z cogl-path
|
|||||||
|
|
||||||
MODGNOME_TOOLS += gobject-introspection
|
MODGNOME_TOOLS += gobject-introspection
|
||||||
|
|
||||||
LIB_DEPENDS= graphics/clutter/core>=${MAJOR} \
|
LIB_DEPENDS= graphics/clutter/core>=1.18 \
|
||||||
multimedia/gstreamer1/plugins-base
|
multimedia/gstreamer1/plugins-base
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.27 2014/04/02 09:36:11 jasper Exp $
|
# $OpenBSD: Makefile,v 1.28 2014/10/05 13:34:40 jasper Exp $
|
||||||
|
|
||||||
COMMENT= GTK+ widget for clutter
|
COMMENT= GTK+ widget for clutter
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-shm z
|
|||||||
|
|
||||||
MODGNOME_TOOLS += gobject-introspection
|
MODGNOME_TOOLS += gobject-introspection
|
||||||
|
|
||||||
LIB_DEPENDS= graphics/clutter/core>=${MAJOR} \
|
LIB_DEPENDS= graphics/clutter/core>=1.18 \
|
||||||
x11/gtk+3
|
x11/gtk+3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.29 2014/07/08 16:57:58 jasper Exp $
|
# $OpenBSD: Makefile,v 1.30 2014/10/05 13:34:40 jasper Exp $
|
||||||
|
|
||||||
COMMENT= modern 3D graphics API
|
COMMENT= modern 3D graphics API
|
||||||
|
|
||||||
GNOME_PROJECT= cogl
|
GNOME_PROJECT= cogl
|
||||||
GNOME_VERSION= ${MAJOR}.2
|
GNOME_VERSION= 1.18.2
|
||||||
|
|
||||||
SHARED_LIBS += cogl 3.0 # 21.0
|
SHARED_LIBS += cogl 3.0 # 21.0
|
||||||
SHARED_LIBS += cogl-path 0.0 # 21.0
|
SHARED_LIBS += cogl-path 0.0 # 21.0
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.35 2014/08/14 06:51:33 jasper Exp $
|
# $OpenBSD: Makefile,v 1.36 2014/10/05 13:34:40 jasper Exp $
|
||||||
|
|
||||||
COMMENT= OpenGL-based interactive canvas library
|
COMMENT= OpenGL-based interactive canvas library
|
||||||
|
|
||||||
GNOME_PROJECT= clutter
|
GNOME_PROJECT= clutter
|
||||||
GNOME_VERSION= ${MAJOR}.4
|
GNOME_VERSION= 1.18.4
|
||||||
|
|
||||||
SHARED_LIBS += clutter-1.0 4.0 # 1800.0
|
SHARED_LIBS += clutter-1.0 4.0 # 1800.0
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-shm z
|
|||||||
MODGNOME_TOOLS += gobject-introspection
|
MODGNOME_TOOLS += gobject-introspection
|
||||||
|
|
||||||
LIB_DEPENDS= devel/json-glib \
|
LIB_DEPENDS= devel/json-glib \
|
||||||
graphics/clutter/cogl>=${MAJOR} \
|
graphics/clutter/cogl>=1.18 \
|
||||||
x11/gtk+3
|
x11/gtk+3
|
||||||
|
|
||||||
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user