diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-01 22:43:50 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-01 22:43:50 +0000 |
commit | 28fe258092ebd222dd32e82774e61542d2492a5b (patch) | |
tree | 484974d14d3f29f1d32baab2b7ec40ea6f0b1f7c /emulators/vmware3/Makefile | |
parent | 600d05dc355b4cf9a5dd642b54ed2af786a6cf98 (diff) | |
download | pkgsrc-28fe258092ebd222dd32e82774e61542d2492a5b.tar.gz |
It's no use using ${SUSE_DIR_PREFIX} here as the package it's depending
on is only available for suse91_ and no others. This will fix a warning
during bulk builds and make the package find it's DEPENDS properly.
Diffstat (limited to 'emulators/vmware3/Makefile')
-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 d3fd00c0053..df30b9444a8 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/08/24 19:44:59 veego Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/01 22:43:50 adrianp 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/${SUSE_DIR_PREFIX}_vmware +DEPENDS+= suse_vmware>=6.4nb1:../../emulators/suse91_vmware LICENSE= vmware-license |