diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /games/xgalaga | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'games/xgalaga')
-rw-r--r-- | games/xgalaga/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index 0412ba56f23c..862b30fd7cdc 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -7,21 +7,18 @@ PORTNAME= xgalaga PORTVERSION= 2.0.34 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://people.FreeBSD.org/~linimon/public_distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Galaga resurrected on X -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm xmu HAS_CONFIGURE= yes # xgalaga has a very strange usage of these variables... -CONFIGURE_ARGS= --prefix=${X11BASE}/lib/X11/xgalaga \ - --exec_prefix=${X11BASE}/bin \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib +CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \ + --exec_prefix=${LOCALBASE}/bin .if defined(NOSOUND) CONFIGURE_ARGS+= --without-sound |