summaryrefslogtreecommitdiff
path: root/lang/ruby16_static
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-08 18:18:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-08 18:18:52 +0000
commit187bcf33c1204b92f69bdbde92cc6965be1b3922 (patch)
tree25ad77d168aeaca10b9fcafa54a8170c91fd1508 /lang/ruby16_static
parentRemove #pragma weak usage. (diff)
devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.
Notes
Notes: svn path=/head/; revision=60878
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r--lang/ruby16_static/Makefile4
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