1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Do not override RUN_DEPENDS after bsd.port.pre.mk

This commit is contained in:
Tobias Kortkamp 2019-01-31 17:35:26 +00:00
parent 3604b55b90
commit 1af4347ebb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491740
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ SHEBANG_FILES= ${PORTNAME}
.if ${OPSYS} == FreeBSD
# DragonFly has CVS in base and devel/cvs doesn't build there
RUN_DEPENDS= cvs:devel/cvs
RUN_DEPENDS+= cvs:devel/cvs
.endif
do-extract:

View File

@ -21,7 +21,7 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000000
RUN_DEPENDS= compat9x-${ARCH}>=0:misc/compat9x
RUN_DEPENDS+= compat9x-${ARCH}>=0:misc/compat9x
.endif
.if ${ARCH} == amd64

View File

@ -21,7 +21,7 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
RUN_DEPENDS= compat10x-${ARCH}>=0:misc/compat10x
RUN_DEPENDS+= compat10x-${ARCH}>=0:misc/compat10x
.endif
.if ${ARCH} == amd64

View File

@ -22,7 +22,7 @@ PLIST_SUB= RDIST_NAME=${RDIST_NAME}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200050
RUN_DEPENDS= rsh:net/bsdrcmds
RUN_DEPENDS+= rsh:net/bsdrcmds
.endif
post-install: