diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 03:45:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 03:45:16 +0800 |
commit | 8db3de0400794c559de7b598492a45612fbc83f1 (patch) | |
tree | 71dbf632f2ab584ad44908ac605b544a3ca018b8 /devel | |
parent | cc3c23539e26b69443c800935f3f7004bccb3d88 (diff) | |
download | freebsd-ports-gnome-8db3de0400794c559de7b598492a45612fbc83f1.tar.gz freebsd-ports-gnome-8db3de0400794c559de7b598492a45612fbc83f1.tar.zst freebsd-ports-gnome-8db3de0400794c559de7b598492a45612fbc83f1.zip |
- Ruby 1.8 is gone from ports, remove reference to it.
With hat: ruby@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-langscan/Makefile | 4 |
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 |