Add compat3x dependency. htexp binary is built on 3.2-RELEASE

Submitted by:	kris
This commit is contained in:
CHOI Junho 2002-11-23 11:17:05 +00:00
parent 74b94af341
commit de9b03357b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70831

View file

@ -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: