diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:44:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:44:21 +0000 |
commit | 73d891fa45647c8cf3bf68765dea2db797be5a8b (patch) | |
tree | 9265a4d5f8efd30dda575c35550303d008b78cd9 /devel/ruby-rudl | |
parent | 5bd1983326bce0cf0cff43e88e2a567f529ccf9c (diff) | |
download | ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.tar.gz ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.zip |
Notes
Diffstat (limited to 'devel/ruby-rudl')
-rw-r--r-- | devel/ruby-rudl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile index 3e4fe8f3cddb..4bca24be1027 100644 --- a/devel/ruby-rudl/Makefile +++ b/devel/ruby-rudl/Makefile @@ -16,11 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A high level library to use SDL from Ruby -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf - +USE_SDL= image mixer ttf sdl USE_RUBY= yes USE_RUBY_EXTCONF= yes |