diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-02 19:45:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-02 19:45:16 +0000 |
commit | ec9070d17e02e6768a23623be87373333173eb09 (patch) | |
tree | 71dbf632f2ab584ad44908ac605b544a3ca018b8 | |
parent | a672ed22fbb9b2a6fe896c056e0364ab7948892b (diff) | |
download | ports-ec9070d17e02e6768a23623be87373333173eb09.tar.gz ports-ec9070d17e02e6768a23623be87373333173eb09.zip |
Notes
-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 |