diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-10 21:38:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-10 21:38:04 +0800 |
commit | 23647b6d09b06877b812431e55673d3b2129841b (patch) | |
tree | c142ad46b1b5a3d4042248e78ecf70366ba71940 | |
parent | 730d9822a2ce26950877477e424f3cbadae74b56 (diff) | |
download | freebsd-ports-gnome-23647b6d09b06877b812431e55673d3b2129841b.tar.gz freebsd-ports-gnome-23647b6d09b06877b812431e55673d3b2129841b.tar.zst freebsd-ports-gnome-23647b6d09b06877b812431e55673d3b2129841b.zip |
- BROKEN fails to build
-rw-r--r-- | devel/rubygem-ripper/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/rubygem-ripper/Makefile b/devel/rubygem-ripper/Makefile index f4779307079d..f4a8b5744215 100644 --- a/devel/rubygem-ripper/Makefile +++ b/devel/rubygem-ripper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-ripper -# Date created: 24 June 2012 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= ripper PORTVERSION= 1.0.5 @@ -17,6 +13,8 @@ LICENSE= BSD BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison +BROKEN= fails to build + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |