diff options
author | bad <bad> | 2001-03-26 14:45:09 +0000 |
---|---|---|
committer | bad <bad> | 2001-03-26 14:45:09 +0000 |
commit | 93f2e47673fa0877f2613767de2a750310237086 (patch) | |
tree | 6a14cb253f065f1483faf11c0c85de7e8cd97c9d | |
parent | fd2d961c39b79fa0f3491c5143a52c5ee2557fed (diff) | |
download | pkgsrc-93f2e47673fa0877f2613767de2a750310237086.tar.gz |
Make this work with xpkgwedge.
-rw-r--r-- | games/xgalaga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index c09f06c1c3c..b71dfddaf0d 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:11:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/26 14:45:09 bad Exp $ # DISTNAME= xgalaga-2.0.34 @@ -14,6 +14,8 @@ USE_XPM= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${X11PREFIX}/share/xgalaga CONFIGURE_ARGS+= --exec-prefix=${X11PREFIX}/bin +CFLAGS+= -I${X11PREFIX}/include +CONFIGURE_ENV+= CPPFLAGS="${CFLAGS}" post-install: ${INSTALL_MAN} ${WRKSRC}/README ${X11PREFIX}/share/xgalaga/README |