mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Fix RUN_DEPENDS.
PR: ports/70107 Submitted by: Yen-Ming Lee <leeym at utopia dot leeym dot com> Approved by: maintainer timeout (3 weeks)
This commit is contained in:
parent
1d45b6e08b
commit
3468faaa0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117542
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= porttools
|
||||
PORTVERSION= 0.63
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,6 +18,8 @@ COMMENT= Tools for testing and submitting port updates and new ports
|
||||
RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \
|
||||
sudo:${PORTSDIR}/security/sudo
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_NEWFILE) || exists(${LOCALBASE}/bin/newfile)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/newfile:${PORTSDIR}/devel/newfile
|
||||
.endif
|
||||
@ -29,4 +32,4 @@ MAKE_ENV= PREFIX="${PREFIX}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
|
||||
MAN1= port.1
|
||||
MAN5= porttools.5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= porttools
|
||||
PORTVERSION= 0.63
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,6 +18,8 @@ COMMENT= Tools for testing and submitting port updates and new ports
|
||||
RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \
|
||||
sudo:${PORTSDIR}/security/sudo
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_NEWFILE) || exists(${LOCALBASE}/bin/newfile)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/newfile:${PORTSDIR}/devel/newfile
|
||||
.endif
|
||||
@ -29,4 +32,4 @@ MAKE_ENV= PREFIX="${PREFIX}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
|
||||
MAN1= port.1
|
||||
MAN5= porttools.5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user