pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/golem Use "+=" instead of "=" for CONFIGURE_ARGS an...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6df8b7468d69
branches: trunk
changeset: 501577:6df8b7468d69
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 23:16:52 2005 +0000
description:
Use "+=" instead of "=" for CONFIGURE_ARGS and PLIST_SUBST.
diffstat:
wm/golem/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 64c753c30b8f -r 6df8b7468d69 wm/golem/Makefile
--- a/wm/golem/Makefile Sun Oct 23 23:14:57 2005 +0000
+++ b/wm/golem/Makefile Sun Oct 23 23:16:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/10/05 13:29:49 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2005/10/23 23:16:52 rillig Exp $
#
DISTNAME= golem-0.0.5
@@ -14,7 +14,7 @@
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --enable-i18n
+CONFIGURE_ARGS+= --enable-i18n
.if exists(${X11BASE}/include/X11/extensions/Xinerama.h)
CONFIGURE_ARGS+= --enable-xinerama
@@ -27,10 +27,10 @@
.if !empty(PKG_OPTIONS:Mesound)
CONFIGURE_ARGS+= --enable-sound
-PLIST_SUBST= NOT_SOUND=
+PLIST_SUBST+= NOT_SOUND=
.include "../../audio/esound/buildlink3.mk"
.else
-PLIST_SUBST= NOT_SOUND="@comment "
+PLIST_SUBST+= NOT_SOUND="@comment "
.endif
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
Home |
Main Index |
Thread Index |
Old Index