This is broken on 4.x as well

This commit is contained in:
Kris Kennaway 2004-02-21 22:04:17 +00:00
parent 778470e69b
commit 236b75a98d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101608

View File

@ -17,6 +17,8 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby interface to libcurl
BROKEN= "Does not compile"
LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
USE_RUBY= yes
@ -28,12 +30,6 @@ INSTALL_TARGET= site-install
DOCS_EN= README TODO
EXAMPLES_EN= example.rb
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
@ -46,4 +42,4 @@ post-install:
.endfor
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>