diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
commit | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (patch) | |
tree | 9a51e97aae432fcea74885163c34d9b2ea320182 /games/alephone | |
parent | 1cf84a7629db2f277899160ca95c291a219291a4 (diff) | |
download | freebsd-ports-graphics-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.gz freebsd-ports-graphics-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.zst freebsd-ports-graphics-74230dc0c1f009235a9f905409f0aec6b98ba2e0.zip |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 100c2188fe9..0bcaacd5eb1 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -16,12 +16,7 @@ DISTNAME= AlephOne-${PORTVERSION} MAINTAINER= malyn@strangeGizmo.com COMMENT= The open source version of Bungie's Marathon game -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_net.0:${PORTSDIR}/net/sdl_net - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= image net sdl USE_PERL5_BUILD=yes USE_X_PREFIX= yes GNU_CONFIGURE= yes |