diff options
author | adrianp <adrianp> | 2007-01-01 22:43:50 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-01-01 22:43:50 +0000 |
commit | 42c6e6b983fede426a7ef974b74a07833625060e (patch) | |
tree | 484974d14d3f29f1d32baab2b7ec40ea6f0b1f7c | |
parent | c70618e41fe23c2041dd4e23dcaaa1a77cabd970 (diff) | |
download | pkgsrc-42c6e6b983fede426a7ef974b74a07833625060e.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.
-rw-r--r-- | emulators/vmware/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 4 |
2 files changed, 4 insertions, 4 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 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 |