aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-sdl
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-21 05:44:21 +0800
committerkrion <krion@FreeBSD.org>2004-01-21 05:44:21 +0800
commit967a773fbd7e8db0ca83657265e800df8c7c72f1 (patch)
treed2ee5d69d9f82589957b2e33e5a08b9e908f3fb8 /devel/ruby-sdl
parent69d03c1a91db6fbfecdfd3c7ade5362e816cb327 (diff)
downloadfreebsd-ports-gnome-967a773fbd7e8db0ca83657265e800df8c7c72f1.tar.gz
freebsd-ports-gnome-967a773fbd7e8db0ca83657265e800df8c7c72f1.tar.zst
freebsd-ports-gnome-967a773fbd7e8db0ca83657265e800df8c7c72f1.zip
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
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