diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 22:24:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 22:24:30 +0000 |
commit | ee1faa5ae2648a1851b61471c4fd2e73853111c7 (patch) | |
tree | 3a3efb140c0a53db84a0f481bb29c41e6665dc6d /devel/sdlmm | |
parent | - Unbreak by changin mysql dependency (diff) |
Let ports use the USE_SDL macro.
Notes
Notes:
svn path=/head/; revision=98923
Diffstat (limited to 'devel/sdlmm')
-rw-r--r-- | devel/sdlmm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/sdlmm/Makefile b/devel/sdlmm/Makefile index 07d87514ab68..3921e83d460c 100644 --- a/devel/sdlmm/Makefile +++ b/devel/sdlmm/Makefile @@ -16,11 +16,8 @@ DISTNAME= SDLmm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ Wrapper for the SDL (Simple DirectMedia Layer) -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= sdl GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} INSTALLS_SHLIB= yes MAN3= SDLmm.3 SDLmm_Audio.3 SDLmm_BaseSurface.3 SDLmm_CD.3 SDLmm_ColorRGB.3 \ |