diff options
Diffstat (limited to 'sysutils/open-vm-tools')
-rw-r--r-- | sysutils/open-vm-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile index a5bfb920edf..efe517f8b62 100644 --- a/sysutils/open-vm-tools/Makefile +++ b/sysutils/open-vm-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/10/18 23:03:47 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/11 11:02:11 agc Exp $ DISTNAME= open-vm-tools-2007.09.04-56574 PKGNAME= open-vm-tools-2007.09.04.56574 @@ -9,6 +9,8 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://open-vm-tools.sourceforge.net/ COMMENT= Open source VMware tools +ONLY_FOR_PLATFORM= NetBSD-*-i386 + GNU_CONFIGURE= yes USE_LANGUAGES+= c c++ USE_LIBTOOL= yes |