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/quakeforge | |
parent | Assign port to new vic^H^H^Hmaintainer (diff) |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=98675
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 790f972bd878..2c26feb2c678 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -126,9 +126,8 @@ PLIST_SUB+= XMMS:="@comment " .endif .if !defined(WITHOUT_SDL) && defined(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 +USE_SDL= yes CONFIGURE_ARGS+=--with-sdl=${LOCALBASE} -CONFIGURE_ENV= "SDL_CONFIG=${LOCALBASE}/bin/sdl11-config" PLIST_SUB+= SDL:="" .else CONFIGURE_ARGS+=--disable-sdl --disable-sdltest |