diff options
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 |