diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2007-02-06 22:02:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2007-02-06 22:02:26 +0000 |
commit | 742afb2edb1b4c8835ab2e07e5e32972695fbf9c (patch) | |
tree | 46f856a9c76a43963a9a82022be0a7dda4f74896 /devel/git | |
parent | 947509047e07bee028cc0a166b7f0954399c2dc9 (diff) | |
download | ports-742afb2edb1b4c8835ab2e07e5e32972695fbf9c.tar.gz ports-742afb2edb1b4c8835ab2e07e5e32972695fbf9c.zip |
Attempt to fix package cluster build:
- Add p5-Error to BUILD_DEPENDS so it's detected during Makefile build.
- Add git-runstatus.1 to package.
Notes
Notes:
svn path=/head/; revision=184429
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 833c2b01f01c..64a4c6d4ce3d 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -15,6 +15,7 @@ COMMENT= Distributed source code management tool BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl \ asciidoc:${PORTSDIR}/textproc/asciidoc \ + ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ xmlto:${PORTSDIR}/textproc/xmlto RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ cvsps:${PORTSDIR}/devel/cvsps-devel \ @@ -116,6 +117,7 @@ MAN1= git-add.1 \ git-rev-parse.1 \ git-revert.1 \ git-rm.1 \ + git-runstatus.1 \ git-send-email.1 \ git-send-pack.1 \ git-sh-setup.1 \ |