mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
devel/magit: fix possible 'run dependency on git breakage' with an option
Thanks for Thomas Gellekum <Thomas.Gellekum@gmx.de> for the bug report and review of the patch. PR: ports/189494 Submitted-By: Yasuhiro KIMURA (yasu@utahime.org) Approved-By: maintainer (timeout), mentors (implicit)
This commit is contained in:
parent
6ef71755a7
commit
d6f18b5b2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357183
@ -16,8 +16,6 @@ COMMENT= Interface to Git for Emacs
|
||||
LICENSE= GFDL GPLv3
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= git>0:${PORTSDIR}/devel/git
|
||||
|
||||
USES= gmake
|
||||
USE_EMACS= YES
|
||||
INFO= magit
|
||||
@ -28,4 +26,9 @@ MAKE_ENV+= ELISPDIR=${STAGEDIR}${PREFIX}/${ELISPDIR} \
|
||||
INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
|
||||
PLIST_SUB+= ELISPDIR=${ELISPDIR}
|
||||
|
||||
OPTIONS_DEFINE= GIT_SUBVERSION
|
||||
GIT_SUBVERSION_DESC= Use devel/git-subversion as backend
|
||||
GIT_SUBVERSION_RUN_DEPENDS= git-subversion>0:${PORTSDIR}/devel/git-subversion
|
||||
GIT_SUBVERSION_RUN_DEPENDS_OFF= git>0:${PORTSDIR}/devel/git
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user