summaryrefslogtreecommitdiff
path: root/devel/ruby-sdl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-01 17:59:39 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-01 17:59:39 +0000
commite3113c7ecd4691b075d6126e016903b389080503 (patch)
treee6c7b20a2f607af337d3cbc50c439fa574f8e7bf /devel/ruby-sdl
parentUpdate to the latest snapshot of the stable branch, plus a workaround (diff)
Now this is available on 4-STABLE too. :)
Notes
Notes: svn path=/head/; revision=40695
Diffstat (limited to 'devel/ruby-sdl')
-rw-r--r--devel/ruby-sdl/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile
index 7952500d5fe6..35b5eddf8888 100644
--- a/devel/ruby-sdl/Makefile
+++ b/devel/ruby-sdl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel graphics audio ruby
MASTER_SITES= http://www.kmc.kyoto-u.ac.jp/~ohai/rubysdl/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -24,16 +24,9 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS= --with-sdl-config="sdl11-config" \
- --with-cflags="${PTHREAD_CFLAGS}" \
- --with-ldflags="${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --with-sdl-config="sdl11-config"
INSTALL_TARGET= site-install
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500018
-BROKEN= "libc_r conflicts with libc on your system. (Ruby/SDL can be used on 5-CURRENT only)"
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
@@ -42,4 +35,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>