diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-27 21:40:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-27 21:40:13 +0800 |
commit | f5dbca7dca12be9a6c5a20a86ab6c218a7fe0045 (patch) | |
tree | 06ff5fa5afaa812b872b3111315e3ab8ab206d31 | |
parent | 4094da41bc794ace6a1daf3bf87831d862ad3dd8 (diff) | |
download | freebsd-ports-gnome-f5dbca7dca12be9a6c5a20a86ab6c218a7fe0045.tar.gz freebsd-ports-gnome-f5dbca7dca12be9a6c5a20a86ab6c218a7fe0045.tar.zst freebsd-ports-gnome-f5dbca7dca12be9a6c5a20a86ab6c218a7fe0045.zip |
- Respect X11BASE
PR: ports/105874
Submitted by: trasz
-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 47c6a4da0526..7c1ad7c278e0 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -19,7 +19,9 @@ USE_XPM= yes HAS_CONFIGURE= yes # xgalaga has a very strange usage of these variables... CONFIGURE_ARGS= --prefix=${X11BASE}/lib/X11/xgalaga \ - --exec_prefix=${X11BASE}/bin + --exec_prefix=${X11BASE}/bin \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib .if defined(NOSOUND) CONFIGURE_ARGS+= --without-sound |