diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-18 02:49:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-18 02:49:13 +0000 |
commit | 20891a02d054c2fe4b05c046007f9799279f6391 (patch) | |
tree | 9d41171fa9817379810b42bfe26adc99a43d9e16 | |
parent | Use OSVERSION to check for getopt_long(), fixes INDEX build. (diff) |
Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.
Noted by: kris
Notes
Notes:
svn path=/head/; revision=77150
-rw-r--r-- | lang/ruby16_static/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 49c385376176..680dc1f6dfec 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -39,7 +39,7 @@ EXT_PORTS+= converters/ruby-iconv .endif .for p in ${EXT_PORTS} -BUILD_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch +EXTRACT_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch .endfor GNU_CONFIGURE= yes diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 49c385376176..680dc1f6dfec 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -39,7 +39,7 @@ EXT_PORTS+= converters/ruby-iconv .endif .for p in ${EXT_PORTS} -BUILD_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch +EXTRACT_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch .endfor GNU_CONFIGURE= yes |