diff options
Diffstat (limited to 'emulators/suse_vmware')
-rw-r--r-- | emulators/suse_vmware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_vmware/Makefile b/emulators/suse_vmware/Makefile index d72f43bab4e..d1abdb24c85 100644 --- a/emulators/suse_vmware/Makefile +++ b/emulators/suse_vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/14 11:31:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/19 00:28:59 wiz Exp $ DISTNAME= fileutils-4.1-154.i386 PKGNAME= suse_vmware-${SUSE_VERSION} @@ -17,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES +NO_BUILDLINK= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC PLIST_SUBST= EMULSUBDIR=${EMULSUBDIR} |