diff options
author | tron <tron@pkgsrc.org> | 2007-03-25 14:45:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-03-25 14:45:19 +0000 |
commit | 451a4c6c78db9a4b0dfd8948bac9d36d7375bbc7 (patch) | |
tree | a7d8b7fbbe61e40d8bb10ff60d143fb0aa69a8ec /emulators | |
parent | 94652ea812840d095e590dab3fdbcdcd812f8360 (diff) | |
download | pkgsrc-451a4c6c78db9a4b0dfd8948bac9d36d7375bbc7.tar.gz |
Use "suse100_vmware" package if the SuSE 10.0 package are used on
the system.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 567f8ff0ccb..877e59af40d 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/01/07 09:13:53 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2007/03/25 14:45:19 tron Exp $ DISTNAME= VMware-workstation-3.2.1-2242 PKGNAME= vmware-3.2.1pl1 @@ -25,7 +25,7 @@ DISTFILES+= ${VMWARE_BIN_PATCH}.tar.gz SITES.${VMWARE_BIN_PATCH}.tar.gz= ftp://ftp.cvut.cz/vmware/obsolete/ DEPENDS+= vmware-module>=3.2.1.8:../../emulators/vmware-module3 -DEPENDS+= suse_vmware>=6.4nb1:../../emulators/suse91_vmware +DEPENDS+= suse_vmware>=6.4nb1:../../emulators/${SUSE_DIR_PREFIX}_vmware LICENSE= vmware-license |