aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-sdl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:44:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:44:21 +0000
commit73d891fa45647c8cf3bf68765dea2db797be5a8b (patch)
tree9265a4d5f8efd30dda575c35550303d008b78cd9 /devel/ruby-sdl
parent5bd1983326bce0cf0cff43e88e2a567f529ccf9c (diff)
downloadports-73d891fa45647c8cf3bf68765dea2db797be5a8b.tar.gz
ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.zip
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=98678
Diffstat (limited to 'devel/ruby-sdl')
-rw-r--r--devel/ruby-sdl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile
index 6c6c51de5c02..558c92b33d92 100644
--- a/devel/ruby-sdl/Makefile
+++ b/devel/ruby-sdl/Makefile
@@ -17,14 +17,11 @@ MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby extension library to use SDL library
BUILD_DEPENDS= ${NONEXISTENT}:${RUBY_OPENGL_PORTDIR}:patch
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
- SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
RUBY_OPENGL_PORTDIR= ${.CURDIR}/../../graphics/ruby-opengl
RUBY_OPENGL_WRKSRC_CMD= cd ${RUBY_OPENGL_PORTDIR}; ${MAKE} -V WRKSRC
+USE_SDL= mixer image ttf sdl
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
RUBY_WITH_PTHREAD= yes