aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ruby16_static/Makefile2
-rw-r--r--lang/ruby_static/Makefile2
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