summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:04:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:04:17 +0000
commit236b75a98d47749a09fa020d59ae76f26bb12dc1 (patch)
tree49ce8270a691d3d24f11ba0989e0ef992449b0af /ftp
parentThis port is broken on 4.x as well. (diff)
This is broken on 4.x as well
Notes
Notes: svn path=/head/; revision=101608
Diffstat (limited to 'ftp')
-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 41eabe818af2..6ca9bc8e0af0 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>