diff options
author | ume <ume@FreeBSD.org> | 2006-05-31 02:49:58 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-05-31 02:49:58 +0800 |
commit | 933aa2b935fa25b3a4d73c642a80d132dbc91495 (patch) | |
tree | 65fc2954999744d260d901665e0498f0a992e960 /misc | |
parent | 4ece0d758925d54622ecd33ad7f311b6d9f120f7 (diff) | |
download | freebsd-ports-gnome-933aa2b935fa25b3a4d73c642a80d132dbc91495.tar.gz freebsd-ports-gnome-933aa2b935fa25b3a4d73c642a80d132dbc91495.tar.zst freebsd-ports-gnome-933aa2b935fa25b3a4d73c642a80d132dbc91495.zip |
It was too late to add the path for compat5x on 6.1 and later.
Diffstat (limited to 'misc')
-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 |