aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2007-06-20 11:28:59 +0800
committermatusita <matusita@FreeBSD.org>2007-06-20 11:28:59 +0800
commitba6b5e99ea4cda134482701b03072f86ea987780 (patch)
tree69852ae392db9fb22546fd95ad9c2bdc6b1901c7 /emulators
parentcb69861dffb91aac88638ed9c52818738ba57ca3 (diff)
downloadfreebsd-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/Makefile5
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