diff options
author | knu <knu@FreeBSD.org> | 2001-04-28 03:34:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-28 03:34:05 +0800 |
commit | ffbd960933c7a5f007fd78daaf0661ceee693bdb (patch) | |
tree | b5799955a6574b622d0bb44efebaac336a9c8240 /devel | |
parent | 4b2ee76eafd8c8750b918070c4d75694823dd714 (diff) | |
download | freebsd-ports-gnome-ffbd960933c7a5f007fd78daaf0661ceee693bdb.tar.gz freebsd-ports-gnome-ffbd960933c7a5f007fd78daaf0661ceee693bdb.tar.zst freebsd-ports-gnome-ffbd960933c7a5f007fd78daaf0661ceee693bdb.zip |
Reflect the graphics/ruby-opengl update.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 40cea2791055..f94a7c0d0348 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel graphics audio ruby MASTER_SITES= http://www.kmc.kyoto-u.ac.jp/~ohai/rubysdl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -50,7 +51,6 @@ post-extract: post-patch: ${RUBY} -i -pe '/require \x27mkmf\x27/ and $$_ += "dir_config(\x27x11\x27)\n"' \ ${WRKSRC}/${RUBY_EXTCONF} - cd ${WRKSRC} && ${PATCH} -p1 < sdlgl.patch post-build: .if !defined(NOPORTDOCS) |