1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

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.
This commit is contained in:
Eric Anholt 2007-02-06 22:02:26 +00:00
parent 947509047e
commit 742afb2edb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184429

View File

@ -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 \