aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-langscan/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/ruby-langscan/Makefile b/devel/ruby-langscan/Makefile
index c075af5f3e85..f52bd29f9853 100644
--- a/devel/ruby-langscan/Makefile
+++ b/devel/ruby-langscan/Makefile
@@ -38,13 +38,9 @@ NO_STAGE= yes
CFLAGS+= -fPIC
-.if ${RUBY_VER} > 1.8
CFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} \
-I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH}
PLIST_SUB+= RIPPER="@comment "
-.else
-PLIST_SUB+= RIPPER=""
-.endif
post-patch:
${REINPLACE_CMD} "s|\(flex --version\)|${LOCALBASE}/bin/\1|" ${WRKSRC}/autogen.sh