summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-09-12 21:13:58 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-09-12 21:13:58 +0000
commit58f0702848a1aa7c1fb022908aa5ba6e88ff1f6b (patch)
treeab01dfdb6f4b28752419bd5315a70e4a4d367447 /ports-mgmt
parentFix build with clang. (diff)
- Git is needed at the fetch stage, not build.
Reported by: pav
Notes
Notes: svn path=/head/; revision=281703
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index 12a4eaae6472..8422ee054e70 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -19,7 +19,7 @@ COMMENT= FreeBSD ports/packages management tool (devel version)
CONFLICTS_INSTALL= portupgrade-[0-9]*
-BUILD_DEPENDS= git:${PORTSDIR}/devel/git
+FETCH_DEPENDS= git:${PORTSDIR}/devel/git
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
USE_RUBY= yes