diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 05:44:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 05:44:21 +0800 |
commit | 967a773fbd7e8db0ca83657265e800df8c7c72f1 (patch) | |
tree | d2ee5d69d9f82589957b2e33e5a08b9e908f3fb8 /devel/ruby-rudl | |
parent | 69d03c1a91db6fbfecdfd3c7ade5362e816cb327 (diff) | |
download | freebsd-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-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 |