aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-05-30 18:49:58 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-05-30 18:49:58 +0000
commit9bb9ccafb0097711988a29a9135007f7903945cf (patch)
treedc48dc51b7d1c73ed3aa6701834ce58456f67b05 /misc/compat5x
parentc5cbd7004ca0767244b48167ea35105722140db5 (diff)
downloadports-9bb9ccafb0097711988a29a9135007f7903945cf.tar.gz
ports-9bb9ccafb0097711988a29a9135007f7903945cf.zip
It was too late to add the path for compat5x on 6.1 and later.
Notes
Notes: svn path=/head/; revision=163996
Diffstat (limited to 'misc/compat5x')
-rw-r--r--misc/compat5x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile
index d105d186957f..c2d2f48980af 100644
--- a/misc/compat5x/Makefile
+++ b/misc/compat5x/Makefile
@@ -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