diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-30 18:49:58 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-30 18:49:58 +0000 |
commit | 9bb9ccafb0097711988a29a9135007f7903945cf (patch) | |
tree | dc48dc51b7d1c73ed3aa6701834ce58456f67b05 /misc/compat5x | |
parent | c5cbd7004ca0767244b48167ea35105722140db5 (diff) | |
download | ports-9bb9ccafb0097711988a29a9135007f7903945cf.tar.gz ports-9bb9ccafb0097711988a29a9135007f7903945cf.zip |
Notes
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 2 |
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 |