Use RUBY_SHIM18_PORT.
This commit is contained in:
parent
e7adaf2a02
commit
508f802204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67001
@ -30,7 +30,7 @@ _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT}
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
|
||||
.if ${RUBY_VER} < 1.7
|
||||
EXT_PORTS+= lang/ruby16-shim-ruby18
|
||||
EXT_PORTS+= ${RUBY_SHIM18_PORT}
|
||||
.else
|
||||
EXT_PORTS+= converters/ruby-iconv
|
||||
.endif
|
||||
@ -99,7 +99,7 @@ do-extract:
|
||||
while read extdir; do \
|
||||
extdir=$${extdir%/extconf.rb}; \
|
||||
case "$p" in \
|
||||
lang/ruby16-shim-ruby18) \
|
||||
${RUBY_SHIM18_PORT) \
|
||||
m=$$(basename $$extdir); \
|
||||
case $$extdir in \
|
||||
*/racc/*) \
|
||||
|
@ -30,7 +30,7 @@ _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT}
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
|
||||
.if ${RUBY_VER} < 1.7
|
||||
EXT_PORTS+= lang/ruby16-shim-ruby18
|
||||
EXT_PORTS+= ${RUBY_SHIM18_PORT}
|
||||
.else
|
||||
EXT_PORTS+= converters/ruby-iconv
|
||||
.endif
|
||||
@ -99,7 +99,7 @@ do-extract:
|
||||
while read extdir; do \
|
||||
extdir=$${extdir%/extconf.rb}; \
|
||||
case "$p" in \
|
||||
lang/ruby16-shim-ruby18) \
|
||||
${RUBY_SHIM18_PORT) \
|
||||
m=$$(basename $$extdir); \
|
||||
case $$extdir in \
|
||||
*/racc/*) \
|
||||
|
Loading…
Reference in New Issue
Block a user