Doh, can zap --disable-silent-rules here, too.
My grep skills suffer today.
This commit is contained in:
parent
f367968c86
commit
a2120b3378
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.15 2011/05/27 09:03:14 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.16 2011/06/02 17:35:47 kili Exp $
|
||||
|
||||
CATEGORIES ?= multimedia devel
|
||||
|
||||
@ -37,7 +37,6 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
||||
--with-default-videosrc=v4l2src \
|
||||
--with-default-visualizer=goom \
|
||||
--enable-introspection \
|
||||
--disable-silent-rules \
|
||||
--disable-gtk-doc \
|
||||
--disable-valgrind \
|
||||
--disable-static
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.12 2011/03/15 19:42:04 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.13 2011/06/02 17:35:47 kili Exp $
|
||||
|
||||
CATEGORIES ?= x11
|
||||
|
||||
@ -15,7 +15,6 @@ MASTER_SITES ?= http://download.enlightenment.org/releases/ \
|
||||
DIST_SUBDIR ?= e17
|
||||
|
||||
CONFIGURE_STYLE ?= gnu
|
||||
CONFIGURE_ARGS += --disable-silent-rules
|
||||
|
||||
MAINTAINER ?= Laurent FANIS <laurent@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/04/17 10:36:50 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/06/02 17:35:47 kili Exp $
|
||||
|
||||
COMMENT = Xfce4 media player
|
||||
|
||||
@ -15,8 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
MODULES = x11/xfce4
|
||||
DESKTOP_FILES = Yes
|
||||
|
||||
CONFIGURE_ARGS = --disable-silent-rules \
|
||||
--disable-power-manager-plugin
|
||||
CONFIGURE_ARGS = --disable-power-manager-plugin
|
||||
|
||||
LIB_DEPENDS = multimedia/gstreamer-0.10/core \
|
||||
multimedia/gstreamer-0.10/plugins-base \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: xfce4.port.mk,v 1.12 2011/01/18 19:48:30 landry Exp $
|
||||
# $OpenBSD: xfce4.port.mk,v 1.13 2011/06/02 17:35:47 kili Exp $
|
||||
|
||||
# Module for Xfce related ports, divided into five categories:
|
||||
# core, goodie, artwork, thunar plugins, panel plugins.
|
||||
@ -20,12 +20,6 @@ MODULES+= devel/gettext textproc/intltool
|
||||
XFCE_VERSION= ${XFCE_DESKTOP_VERSION}
|
||||
.endif
|
||||
|
||||
.if defined(CONFIGURE_STYLE)
|
||||
. if ${CONFIGURE_STYLE:L:Mgnu} || ${CONFIGURE_STYLE:L:Mautoconf}
|
||||
CONFIGURE_ARGS += --disable-silent-rules
|
||||
. endif
|
||||
.endif
|
||||
|
||||
XFCE_BRANCH= ${XFCE_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
||||
# Set to 'yes' if there are .desktop files in share/applications/.
|
||||
|
Loading…
Reference in New Issue
Block a user