diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-12 20:33:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-12 20:33:03 +0000 |
commit | d9492244ce8caa78a862e4c70597e24f9fcd6bfd (patch) | |
tree | b4bcec795947d6124aa59ff27aa88f29116842ee /games/stratagus | |
parent | aa25382ad3e93b69179a525d4f7003b70baf927c (diff) | |
download | pkgsrc-d9492244ce8caa78a862e4c70597e24f9fcd6bfd.tar.gz |
Fix a pkglint warning.
Diffstat (limited to 'games/stratagus')
-rw-r--r-- | games/stratagus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index a87668e04a1..271fcc2ef57 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/stratagus-040702 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 |