diff options
author | flz <flz@FreeBSD.org> | 2006-01-17 22:29:42 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-01-17 22:29:42 +0800 |
commit | 4321900b38ea25d902c553bf04f1a672b3b9eab8 (patch) | |
tree | 842856408409df4f3fa97c861166f581b6049fbe /misc/ldconfig_compat | |
parent | 14c489021c258cf6daa84c0539092ee0a0272873 (diff) | |
download | freebsd-ports-gnome-4321900b38ea25d902c553bf04f1a672b3b9eab8.tar.gz freebsd-ports-gnome-4321900b38ea25d902c553bf04f1a672b3b9eab8.tar.zst freebsd-ports-gnome-4321900b38ea25d902c553bf04f1a672b3b9eab8.zip |
Ok, maybe I'll do something right today. Revert the logic.
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r-- | misc/ldconfig_compat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile index 508df69bf09a..06bb0927374f 100644 --- a/misc/ldconfig_compat/Makefile +++ b/misc/ldconfig_compat/Makefile @@ -34,9 +34,9 @@ LOCAL_PREFIXES= ${PREFIX} .include <bsd.port.pre.mk> .include "${.CURDIR}/bsd.ldconfig.mk" -.if ${OSVERSION} < 504105 || \ +.if !(${OSVERSION} < 504105 || \ (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \ - (${OSVERSION} >= 600000 && ${OSVERSION} < 600104) + (${OSVERSION} >= 600000 && ${OSVERSION} < 600104)) IGNORE= isn't needed (part of base rc.d) .endif |