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/vmware | |
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/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 c7964c3e182..08ad80635a4 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/01 22:43:50 adrianp 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/${SUSE_DIR_PREFIX}_vmware +DEPENDS+= suse_vmware>=6.4nb1:../../emulators/suse91_vmware LICENSE= vmware-license |