diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-08 18:18:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-08 18:18:52 +0000 |
commit | 187bcf33c1204b92f69bdbde92cc6965be1b3922 (patch) | |
tree | 25ad77d168aeaca10b9fcafa54a8170c91fd1508 /lang | |
parent | Remove #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')
-rw-r--r-- | lang/ruby16_static/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby18_static/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 4 |
4 files changed, 0 insertions, 12 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 diff --git a/lang/ruby18_static/Makefile b/lang/ruby18_static/Makefile index a36237101560..18e68b14413a 100644 --- a/lang/ruby18_static/Makefile +++ b/lang/ruby18_static/Makefile @@ -9,8 +9,6 @@ MASTERDIR= ${.CURDIR}/../ruby_static RUBY_VER= 1.7 -HAVE_FNMATCH= yes - LATEST_LINK= ruby_static-devel .include "${MASTERDIR}/Makefile" diff --git a/lang/ruby_static-devel/Makefile b/lang/ruby_static-devel/Makefile index a36237101560..18e68b14413a 100644 --- a/lang/ruby_static-devel/Makefile +++ b/lang/ruby_static-devel/Makefile @@ -9,8 +9,6 @@ MASTERDIR= ${.CURDIR}/../ruby_static RUBY_VER= 1.7 -HAVE_FNMATCH= yes - LATEST_LINK= ruby_static-devel .include "${MASTERDIR}/Makefile" 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 |