diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:04:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:04:17 +0000 |
commit | 236b75a98d47749a09fa020d59ae76f26bb12dc1 (patch) | |
tree | 49ce8270a691d3d24f11ba0989e0ef992449b0af /ftp | |
parent | 778470e69b37a0b51eb74fc00a408bfbf14b4072 (diff) | |
download | freebsd-ports-236b75a98d47749a09fa020d59ae76f26bb12dc1.zip |
This is broken on 4.x as well
Diffstat (limited to 'ftp')
-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> |