diff options
author | bad <bad@pkgsrc.org> | 2003-02-16 19:49:16 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2003-02-16 19:49:16 +0000 |
commit | 29c37491624c37912f6ae37d77f15f32db5df1f8 (patch) | |
tree | a69da277ac16ecb901f08d79c60ecb726f91dfa7 /emulators/vmware/Makefile | |
parent | af136b73e40c9b5959c2544b197dcfb75b53bdfb (diff) | |
download | pkgsrc-29c37491624c37912f6ae37d77f15f32db5df1f8.tar.gz |
Be more precise about the supported version of the emulator.
Diffstat (limited to 'emulators/vmware/Makefile')
-rw-r--r-- | emulators/vmware/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index db98ff32490..ddeee2c4644 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/23 14:32:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/16 19:49:16 bad Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -15,9 +15,11 @@ MASTER_SITES= http://www4.vmware.com/software/ \ MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.vmware.com/ -COMMENT= VMware emulator +COMMENT= VMware 2.x emulator -DEPENDS+= vmware-module>=1.0:../../emulators/vmware-module +CONFLICTS= vmware-3* + +DEPENDS+= vmware-module-1.*:../../emulators/vmware-module DEPENDS+= suse_vmware>=6.4nb1:../../emulators/${SUSE_DIR_PREFIX}_vmware LICENSE= vmware-license |