summaryrefslogtreecommitdiffstats
path: root/ftp/ruby-curl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-21 22:04:17 +0000
committerkris <kris@FreeBSD.org>2004-02-21 22:04:17 +0000
commitd0ff770dcdb6cc5ce135a971025fb7a9a001ee12 (patch)
tree1642a679f82d33582a95864d731378ae39947c3e /ftp/ruby-curl
parent24dc3b1352504ddd937a263a09b96a9164eb518a (diff)
downloadFreeBSD-ports-d0ff770dcdb6cc5ce135a971025fb7a9a001ee12.zip
FreeBSD-ports-d0ff770dcdb6cc5ce135a971025fb7a9a001ee12.tar.gz
This is broken on 4.x as well
Diffstat (limited to 'ftp/ruby-curl')
-rw-r--r--ftp/ruby-curl/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/ftp/ruby-curl/Makefile b/ftp/ruby-curl/Makefile
index 41eabe8..6ca9bc8 100644
--- a/ftp/ruby-curl/Makefile
+++ b/ftp/ruby-curl/Makefile
@@ -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>
OpenPOWER on IntegriCloud