diff options
Diffstat (limited to 'games/xgalaga/Makefile')
-rw-r--r-- | games/xgalaga/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index 8f513da8c3c..ad317e7497b 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/11 08:43:53 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:25 tron Exp $ # DISTNAME= xgalaga-2.0.34 @@ -8,10 +8,9 @@ MASTER_SITES= http://ogresoft.dyn.ml.org/ MAINTAINER= root@garbled.net HOMEPAGE= http://ogresoft.dyn.ml.org/xgal.html -DEPENDS+= xpm-3.4k:../../graphics/xpm - -USE_X11BASE= yes -HAS_CONFIGURE= yes +USE_X11BASE= YES +USE_XPM= YES +HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${X11PREFIX}/share/xgalaga CONFIGURE_ARGS+= --exec-prefix=${X11PREFIX}/bin |