diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:04:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:04:17 +0800 |
commit | d0ff770dcdb6cc5ce135a971025fb7a9a001ee12 (patch) | |
tree | 1642a679f82d33582a95864d731378ae39947c3e | |
parent | 24dc3b1352504ddd937a263a09b96a9164eb518a (diff) | |
download | freebsd-ports-gnome-d0ff770dcdb6cc5ce135a971025fb7a9a001ee12.tar.gz freebsd-ports-gnome-d0ff770dcdb6cc5ce135a971025fb7a9a001ee12.tar.zst freebsd-ports-gnome-d0ff770dcdb6cc5ce135a971025fb7a9a001ee12.zip |
This is broken on 4.x as well
-rw-r--r-- | ftp/ruby-curl/Makefile | 10 |
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> |