mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Fix broken port
PR: ports/164854 Submitted by: Tom Judge<tom@tomjudge.com> (maintainer) Approved by: gabor (mentor)
This commit is contained in:
parent
a94c6fc29b
commit
59e9b6c581
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290641
@ -13,9 +13,7 @@ DISTFILES= # none
|
||||
MAINTAINER= tom@tomjudge.com
|
||||
COMMENT= A Python script to managing merges in a Subversion repository
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
|
||||
|
||||
BROKEN= does not install
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= 2.5+
|
||||
@ -30,7 +28,7 @@ PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SVN_PORTDIR= ${PORTSDIR}/devel/subversion
|
||||
SVN_PORTDIR= ${PORTSDIR}/devel/subversion16
|
||||
SVN_PORTVERSION!= cd ${SVN_PORTDIR} && ${MAKE} -V PORTVERSION
|
||||
|
||||
do-extract:
|
||||
|
Loading…
Reference in New Issue
Block a user