aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rouge
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-11-12 02:58:43 +0000
committerSteve Wills <swills@FreeBSD.org>2014-11-12 02:58:43 +0000
commita7ee035653760f844802aeeee19aeafd3c7e0809 (patch)
tree31322c5097f38226d21dc826f1997b479114e330 /textproc/rubygem-rouge
parentf43809d557be345d6513cb562e28670a6015f5ee (diff)
downloadports-a7ee035653760f844802aeeee19aeafd3c7e0809.tar.gz
ports-a7ee035653760f844802aeeee19aeafd3c7e0809.zip
Notes
Diffstat (limited to 'textproc/rubygem-rouge')
-rw-r--r--textproc/rubygem-rouge/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/rubygem-rouge/Makefile b/textproc/rubygem-rouge/Makefile
index c314c734a566..60b029fed7b8 100644
--- a/textproc/rubygem-rouge/Makefile
+++ b/textproc/rubygem-rouge/Makefile
@@ -15,4 +15,10 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rougify
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 2.1
+BROKEN= Does not build with Ruby 2.1
+.endif
+
+.include <bsd.port.post.mk>