summaryrefslogtreecommitdiff
path: root/emulators/suse_vmware/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
commit6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch)
tree059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/suse_vmware/Makefile
parent3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff)
downloadpkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.tar.gz
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'emulators/suse_vmware/Makefile')
-rw-r--r--emulators/suse_vmware/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse_vmware/Makefile b/emulators/suse_vmware/Makefile
index f43ea5b6ce1..09540887f10 100644
--- a/emulators/suse_vmware/Makefile
+++ b/emulators/suse_vmware/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:36:16 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/18 16:25:29 jmmv Exp $
DISTNAME= fileutils-4.1-154.i386
PKGNAME= suse_vmware-${SUSE_VERSION}
@@ -10,8 +10,8 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package to support running VMware
-DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base
-DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base
+DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11
ONLY_FOR_PLATFORM= NetBSD-*-i386
@@ -35,5 +35,5 @@ post-install:
${AWK} '{print("@unexec rm -f %D/${EMULSUBDIR}/dev/"$$2)}' \
>>${PLIST_SRC}
-.include "../suse_linux/Makefile.common"
+.include "../../emulators/suse_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"