diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:14:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:14:01 +0000 |
commit | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (patch) | |
tree | 5c5a3d9e5bbbf620869e363debd2311cfcacd325 /emulators/vmware | |
parent | dde8f0cdb6f83c7f36926ee3f022f608210ee707 (diff) | |
download | pkgsrc-885763de4e5cb053002bbbd2dbfe70fbcb398c37.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'emulators/vmware')
-rw-r--r-- | emulators/vmware/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index 2cb7251012d..203cbbf2108 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/07 14:43:40 veego Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/04 12:14:01 tron Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -18,7 +18,7 @@ HOMEPAGE= http://www.vmware.com/ COMMENT= VMware emulator DEPENDS+= vmware-module>=1.0:../../emulators/vmware-module -DEPENDS+= suse_vmware>=6.4nb1:../../emulators/suse_vmware +DEPENDS+= suse_vmware>=6.4nb1:../../emulators/${SUSE_DIR_PREFIX}_vmware LICENSE= vmware-license @@ -83,4 +83,4 @@ post-install: ${ECHO} "vmnet1.HostOnlyNetMask = \"255.255.255.0\""; \ ) > ${VMWARE_CFG_DIR}/config -.include "../../mk/bsd.pkg.mk" +.include "../suse_linux/Makefile.application" |