Add compat3x dependency. htexp binary is built on 3.2-RELEASE
Submitted by: kris
This commit is contained in:
parent
74b94af341
commit
de9b03357b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70831
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@ TEXMF= ${PREFIX}/share/texmf
|
|||
BROKEN= "Systems prior to 3.2-RELEASE is out of support"
|
||||
.endif
|
||||
|
||||
# htexp binary is built on 3.2-RELEASE.
|
||||
.if ${OSVERSION} > 400000 && !exists(/usr/lib/compat/libc.so.3)
|
||||
BROKEN= "You should install compat3x distribution"
|
||||
LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
|
|
Loading…
Reference in a new issue