diff options
author | tron <tron@pkgsrc.org> | 2007-03-21 16:15:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-03-21 16:15:58 +0000 |
commit | addac659c75762e218a6385bd3b32a4d2eefaef9 (patch) | |
tree | ebc9c323a1c74e06d3d4c4690e7fb90711a59916 /emulators/vmware | |
parent | 7c32c3cd47b9caefcd542cbe0a27470c36bb4c19 (diff) | |
download | pkgsrc-addac659c75762e218a6385bd3b32a4d2eefaef9.tar.gz |
Use "suse100_vmware" package if the SuSE 10.0 package are used on
the system.
Diffstat (limited to 'emulators/vmware')
-rw-r--r-- | emulators/vmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index d13bf11069b..af49dc32bb1 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/02/22 19:26:29 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2007/03/21 16:15:58 tron Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -20,7 +20,7 @@ COMMENT= VMware 2.x emulator CONFLICTS= vmware-3* DEPENDS+= vmware-module-1.*:../../emulators/vmware-module -DEPENDS+= suse_vmware>=6.4nb1:../../emulators/suse91_vmware +DEPENDS+= suse_vmware>=6.4nb1:../../emulators/${SUSE_DIR_PREFIX}_vmware LICENSE= vmware-license |