diff options
author | kris <kris@FreeBSD.org> | 2001-09-05 14:04:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-09-05 14:04:39 +0800 |
commit | 826cf35efd7d5b9a0da99245083c1b9d2a091c95 (patch) | |
tree | d38e2262d96f48c7c278527f994e64a7e3beb174 | |
parent | 389f8cc996b9878641107d6288a68a0208cfde28 (diff) | |
download | freebsd-ports-gnome-826cf35efd7d5b9a0da99245083c1b9d2a091c95.tar.gz freebsd-ports-gnome-826cf35efd7d5b9a0da99245083c1b9d2a091c95.tar.zst freebsd-ports-gnome-826cf35efd7d5b9a0da99245083c1b9d2a091c95.zip |
Correct the location of sdl11-config.
Submitted by: bento
-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 |