diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 10:29:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 10:29:51 +0000 |
commit | f9d96d5d839c3b3ec9d2c31df1bf9a6c74ed83ba (patch) | |
tree | 8b7aed0abf99c3e9a74360ebba961dcf8147b43e /emulators | |
parent | 2df948327ef958291c570712f43065a13d168961 (diff) | |
download | pkgsrc-f9d96d5d839c3b3ec9d2c31df1bf9a6c74ed83ba.tar.gz |
Fix typo.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse64_vmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse64_vmware/Makefile b/emulators/suse64_vmware/Makefile index e9a481b5c01..a0c4b1803cb 100644 --- a/emulators/suse64_vmware/Makefile +++ b/emulators/suse64_vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/04 10:29:51 tron Exp $ DISTNAME= suse_vmware-${SUSE_VERSION} PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package to support running VMware DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base -DEPENDS+= suse_x11-{SUSE_VERSION}*:../suse64_x11 +DEPENDS+= suse_x11-${SUSE_VERSION}*:../suse64_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 |