diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-18 16:54:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-18 16:54:42 +0000 |
commit | cec16eb0991781c8262ef52e6c9afdb4019ee433 (patch) | |
tree | 8fa5580aaf0dc6995f39cca05e63e203556e55ce /devel/ruby-rudl | |
parent | Add fressh 0.8.1, a free rewritten implementation of the SSH (diff) |
Add sdl_image, sdl_mixer, and sdl_ttf to LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=41650
Diffstat (limited to 'devel/ruby-rudl')
-rw-r--r-- | devel/ruby-rudl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile index a2f479ace099..342dfa9984ca 100644 --- a/devel/ruby-rudl/Makefile +++ b/devel/ruby-rudl/Makefile @@ -14,7 +14,10 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image \ + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ + SDL_ttf.2:${PORTSDIR}/graphics/sdl_ttf USE_RUBY= yes USE_RUBY_EXTCONF= yes |