From 8db3de0400794c559de7b598492a45612fbc83f1 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 2 Jan 2014 19:45:16 +0000 Subject: - Ruby 1.8 is gone from ports, remove reference to it. With hat: ruby@ --- devel/ruby-langscan/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'devel') 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 -- cgit