diff options
author | knu <knu@FreeBSD.org> | 2001-04-19 00:54:42 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-19 00:54:42 +0800 |
commit | 8eb12ca6bd29fb00997ddb61b07efbe541a0f7b8 (patch) | |
tree | b31d1f59c39645d56e312b7538359ccece741a3b /devel/ruby-rudl | |
parent | abf121178344c156a20e52b44bc4c48d6b3c5481 (diff) | |
download | freebsd-ports-gnome-8eb12ca6bd29fb00997ddb61b07efbe541a0f7b8.tar.gz freebsd-ports-gnome-8eb12ca6bd29fb00997ddb61b07efbe541a0f7b8.tar.zst freebsd-ports-gnome-8eb12ca6bd29fb00997ddb61b07efbe541a0f7b8.zip |
Add sdl_image, sdl_mixer, and sdl_ttf to LIB_DEPENDS.
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 |