summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-01 17:59:39 +0000
committerknu <knu@FreeBSD.org>2001-04-01 17:59:39 +0000
commit94ed71ab22108a204324ce763e0b90ce59ce9f28 (patch)
tree06b4e5379c07c2d3767835198848ffb3aa1aee60 /devel
parent78d078ab4407beb7c282b76a85f4cb6c78e881c9 (diff)
downloadFreeBSD-ports-94ed71ab22108a204324ce763e0b90ce59ce9f28.zip
FreeBSD-ports-94ed71ab22108a204324ce763e0b90ce59ce9f28.tar.gz
Now this is available on 4-STABLE too. :)
Diffstat (limited to 'devel')
-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 7952500..35b5edd 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>
OpenPOWER on IntegriCloud