aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdv/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:28:40 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:28:40 +0000
commit88568d177e8c2bec08bee33c645fc6c1df8af89f (patch)
tree42d373e5f88a09b660d620769f5b5616101cd368 /multimedia/libdv/Makefile
parentc4d81e91feb15488ed06ec9392efe1a88932da58 (diff)
downloadports-88568d177e8c2bec08bee33c645fc6c1df8af89f.tar.gz
ports-88568d177e8c2bec08bee33c645fc6c1df8af89f.zip
Make ports/multimedia use the USE_SDL macro
PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=103240
Diffstat (limited to 'multimedia/libdv/Makefile')
-rw-r--r--multimedia/libdv/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile
index d8d103926cd1..9fff0109d7f4 100644
--- a/multimedia/libdv/Makefile
+++ b/multimedia/libdv/Makefile
@@ -37,12 +37,8 @@ DOC_FILES= AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \
.include <bsd.port.pre.mk>
.ifndef(WITHOUT_SDL)
-LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-
+USE_SDL= sdl
CONFIGURE_ARGS+= --enable-sdl
-CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
.endif
pre-everything::