diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
commit | ffc486df06c7eda230c428c1f8761c13ee97e83c (patch) | |
tree | a75059efcc4ba44d07e36710805846aa16080e57 /games/newvox | |
parent | f5fe85b2db7e0d33ec4a688a8143d1163eea63bb (diff) |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=98675
Diffstat (limited to 'games/newvox')
-rw-r--r-- | games/newvox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/newvox/Makefile b/games/newvox/Makefile index 5589d042eb5c..617247bfca17 100644 --- a/games/newvox/Makefile +++ b/games/newvox/Makefile @@ -13,11 +13,9 @@ MASTER_SITES= http://www.libsdl.org/projects/newvox/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Voxel-style landscape rendering fly-by -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - +USE_SDL= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${PREFIX}/bin |