diff options
Diffstat (limited to 'lang/ruby16_static/Makefile')
-rw-r--r-- | lang/ruby16_static/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 41840cbd3e20..77914646ae5f 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -26,10 +26,6 @@ EXT_PORTS= archivers/ruby-zlib \ _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} -.if !defined(HAVE_FNMATCH) -EXT_PORTS+= devel/ruby-fnmatch -.endif - .for p in ${EXT_PORTS} BUILD_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch .endfor |