diff options
author | matusita <matusita@FreeBSD.org> | 2007-06-20 11:28:59 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-06-20 11:28:59 +0800 |
commit | ba6b5e99ea4cda134482701b03072f86ea987780 (patch) | |
tree | 69852ae392db9fb22546fd95ad9c2bdc6b1901c7 /emulators | |
parent | cb69861dffb91aac88638ed9c52818738ba57ca3 (diff) | |
download | freebsd-ports-gnome-ba6b5e99ea4cda134482701b03072f86ea987780.tar.gz freebsd-ports-gnome-ba6b5e99ea4cda134482701b03072f86ea987780.tar.zst freebsd-ports-gnome-ba6b5e99ea4cda134482701b03072f86ea987780.zip |
Install misc/compat6x if 7-current box doesn't have libc.so.6.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index ceb647ffaba9..f871a32e47b6 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -51,9 +51,8 @@ BUILD_VER= 45731 .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 700000) && (!exists(/lib/libc.so.6)) -IGNORE= requires libc.so.6 -#LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x +.if ${OSVERSION} >= 700000 +LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x .endif .if ${OSVERSION} < 500000 |