diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-09-05 06:04:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-09-05 06:04:39 +0000 |
commit | e6ce194ecb14268702d5cb4a7f157528c7fa4f6c (patch) | |
tree | da2ea2fc1edf8cece26cdd78905b3b9e71b33224 /games/newvox | |
parent | 637f9a051d30c7e36a76c23ad3d2dc2767993040 (diff) |
Notes
Diffstat (limited to 'games/newvox')
-rw-r--r-- | games/newvox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/newvox/Makefile b/games/newvox/Makefile index 4b279fb662fa..9b4dd1df2940 100644 --- a/games/newvox/Makefile +++ b/games/newvox/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${PREFIX}/bin/sdl11-config" +CONFIGURE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${PREFIX}/bin |