1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

It was too late to add the path for compat5x on 6.1 and later.

This commit is contained in:
Hajimu UMEMOTO 2006-05-30 18:49:58 +00:00
parent c5cbd7004c
commit 9bb9ccafb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163996

View File

@ -35,7 +35,7 @@ TARGET32_DIR= ${PREFIX}/lib32/compat
IGNORE= is for FreeBSD 6.x and newer
.endif
.if ${OSVERSION} > 700011
.if ${OSVERSION} > 700011 || (${OSVERSION} < 700000 && ${OSVERSION} >= 600104)
USE_LDCONFIG= ${TARGET_DIR}
PLIST_SUB+= USE_LDCONFIG=""
.else