mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add LIB_DEPEND on compat4x if running on >= 500000x
Noticed by: bento
This commit is contained in:
parent
a74a70fbe4
commit
17236d4e76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73634
@ -21,6 +21,12 @@ NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
MAN1= lisp.1 cmucl.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
|
||||
(cd ${WRKDIR} && tar fc - lib ) | (cd ${PREFIX} && tar fx -)
|
||||
@ -31,4 +37,4 @@ do-install:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \
|
||||
${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user