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:
parent
3604b55b90
commit
1af4347ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491740
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user