aboutsummaryrefslogtreecommitdiffstats
path: root/devel/directfb
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-03-08 07:39:10 +0800
committeredwin <edwin@FreeBSD.org>2004-03-08 07:39:10 +0800
commitf9b5f3c241e8b12d6915d507e3d7101259e2001c (patch)
tree5125ce1a3e9ae1cbee4ae99adb4a13195aae23d4 /devel/directfb
parent0deb4a26d0e602a52522cf25e78087d6d2428699 (diff)
downloadfreebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.gz
freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.zst
freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.zip
Let ports use the USE_SDL macro
PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Diffstat (limited to 'devel/directfb')
-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