From ec9070d17e02e6768a23623be87373333173eb09 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 2 Jan 2014 19:45:16 +0000 Subject: [PATCH] - Ruby 1.8 is gone from ports, remove reference to it. With hat: ruby@ --- devel/ruby-langscan/Makefile | 4 ---- 1 file changed, 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