diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
commit | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (patch) | |
tree | 9a51e97aae432fcea74885163c34d9b2ea320182 /games/adonthell | |
parent | 1cf84a7629db2f277899160ca95c291a219291a4 (diff) | |
download | FreeBSD-ports-74230dc0c1f009235a9f905409f0aec6b98ba2e0.zip FreeBSD-ports-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.gz |
- 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 6d04668..067a3fc 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} && \ |