summaryrefslogtreecommitdiff
path: root/devel/directfb/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:39:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:39:10 +0000
commit84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch)
treee05aea6a24754785f4c4a219cafed0ee7e204f35 /devel/directfb/Makefile
parentUpgrade to 5.2.0 (diff)
Let ports use the USE_SDL macro
PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=103243
Diffstat (limited to 'devel/directfb/Makefile')
-rw-r--r--devel/directfb/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 5c445ce24cf0..5b54a9e431a3 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -16,14 +16,11 @@ MAINTAINER= fab@gcu.info
COMMENT= Graphic development lightweight API
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png
-SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CPPFLAGS="${PTHREAD_CFLAGS}" \
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
+USE_SDL= sdl
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes