aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby_static
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby_static')
-rw-r--r--lang/ruby_static/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile
index 41840cbd3e20..77914646ae5f 100644
--- a/lang/ruby_static/Makefile
+++ b/lang/ruby_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