From fa35d4d121c621e9cb18485433e96a7fbcc66299 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 25 Jul 2008 14:02:48 +0000 Subject: [PATCH] +funsqueak, make normal image depend on vm as well (better dependency model) --- lang/squeak/Makefile | 3 ++- lang/squeak/image/Makefile | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index ed588424d67..80e0128ddac 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2007/02/16 07:30:56 steven Exp $ +# $OpenBSD: Makefile,v 1.10 2008/07/25 14:02:48 espie Exp $ SUBDIR =vm SUBDIR+=image +SUBDIR+=funsqueak SUBDIR+=sources .include diff --git a/lang/squeak/image/Makefile b/lang/squeak/image/Makefile index 6b3e61f4edb..671ee0ca50d 100644 --- a/lang/squeak/image/Makefile +++ b/lang/squeak/image/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2008/07/23 11:40:49 sturm Exp $ +# $OpenBSD: Makefile,v 1.6 2008/07/25 14:02:48 espie Exp $ COMMENT = smalltalk system, basic runtime image @@ -9,6 +9,8 @@ DOTV = 2 IMAGE_V = 7179 DISTFILES = Squeak$V.${DOTV}-${IMAGE_V}-basic.zip DISTNAME = squeak-image-$V.${DOTV}.${IMAGE_V} +PKGNAME = ${DISTNAME}p0 +RUN_DEPENDS = :squeak-vm->=3.10:lang/squeak/vm MASTER_SITES = ${SQUEAK_SITE} EXTRACT_ONLY = NO_BUILD = Yes