diff options
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> |