1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Ruby 1.8 is gone from ports, remove reference to it.

With hat:	ruby@
This commit is contained in:
Steve Wills 2014-01-02 19:45:16 +00:00
parent a672ed22fb
commit ec9070d17e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338471

View File

@ -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