diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-12 21:13:58 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-12 21:13:58 +0000 |
commit | 58f0702848a1aa7c1fb022908aa5ba6e88ff1f6b (patch) | |
tree | ab01dfdb6f4b28752419bd5315a70e4a4d367447 /ports-mgmt/portupgrade-devel/Makefile | |
parent | 8e4f15bd460d7d26c183c4e9949b1327a8739eba (diff) | |
download | ports-58f0702848a1aa7c1fb022908aa5ba6e88ff1f6b.tar.gz ports-58f0702848a1aa7c1fb022908aa5ba6e88ff1f6b.zip |
- Git is needed at the fetch stage, not build.
Reported by: pav
Notes
Notes:
svn path=/head/; revision=281703
Diffstat (limited to 'ports-mgmt/portupgrade-devel/Makefile')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 2 |
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 |