pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators It's no use using ${SUSE_DIR_PREFIX} here as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f57ad6fe06c6
branches: trunk
changeset: 522933:f57ad6fe06c6
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Jan 01 22:43:50 2007 +0000
description:
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:
emulators/vmware/Makefile | 4 ++--
emulators/vmware3/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b8ffc36a2614 -r f57ad6fe06c6 emulators/vmware/Makefile
--- a/emulators/vmware/Makefile Mon Jan 01 14:32:29 2007 +0000
+++ b/emulators/vmware/Makefile Mon Jan 01 22:43:50 2007 +0000
@@ -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 @@
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 -r b8ffc36a2614 -r f57ad6fe06c6 emulators/vmware3/Makefile
--- a/emulators/vmware3/Makefile Mon Jan 01 14:32:29 2007 +0000
+++ b/emulators/vmware3/Makefile Mon Jan 01 22:43:50 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index