diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
commit | ffc486df06c7eda230c428c1f8761c13ee97e83c (patch) | |
tree | a75059efcc4ba44d07e36710805846aa16080e57 /games/adonthell | |
parent | f5fe85b2db7e0d33ec4a688a8143d1163eea63bb (diff) | |
download | freebsd-ports-gnome-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.gz freebsd-ports-gnome-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.zst freebsd-ports-gnome-ffc486df06c7eda230c428c1f8761c13ee97e83c.zip |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 6d04668a826b..067a3fc99a70 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -18,17 +18,15 @@ MAINTAINER= flynn@energyhq.es.eu.org COMMENT= A free role playing game BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis +USE_SDL= mixer sdl USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-py-debug CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \ - LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib post-install: cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ |