pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/stratagus Fix a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb8647e449c6
branches:  trunk
changeset: 523733:fb8647e449c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 12 20:33:03 2007 +0000

description:
Fix a pkglint warning.

diffstat:

 games/stratagus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9ccd3525f3f8 -r fb8647e449c6 games/stratagus/Makefile
--- a/games/stratagus/Makefile  Fri Jan 12 20:32:48 2007 +0000
+++ b/games/stratagus/Makefile  Fri Jan 12 20:33:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/01/07 12:25:54 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/12 20:33:03 wiz Exp $
 #
 
 DISTNAME=              stratagus-2.1-src
@@ -15,7 +15,7 @@
 USE_TOOLS+=            gmake
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-MAKE_ENV+=             X11_LDFLAGS=${X11_LDFLAGS:Q}
+MAKE_ENV+=             X11_LDFLAGS=${X11_LDFLAGS:M*:Q}
 
 CONFIGURE_ARGS+=       --with-flac --with-mad
 



Home | Main Index | Thread Index | Old Index