aboutsummaryrefslogtreecommitdiff
path: root/lang/ezm3/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2003-04-16 02:05:19 +0000
committerJohn Polstra <jdp@FreeBSD.org>2003-04-16 02:05:19 +0000
commit64a1605ef0caee3b9b0a2661b05e140660c871a2 (patch)
tree4e55fef237ee73d07313dfd95f6b3753e391292b /lang/ezm3/Makefile
parent62bcb74c45d04a5a90902f6a6693cbf34764d9c1 (diff)
Notes
Diffstat (limited to 'lang/ezm3/Makefile')
-rw-r--r--lang/ezm3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index 31f9cb32b2ce..8b32a39233bf 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -29,7 +29,6 @@ PROGS= bin/m3build \
bin/m3bundle \
bin/m3ship \
lib/m3/${TARGET}/m3cgc1
-BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2
.include <bsd.port.pre.mk>
@@ -42,12 +41,15 @@ BROKEN= Not supported on versions earlier than 4.1-RELEASE
.if ${ARCH} == "alpha"
TARGET= FBSD_ALPHA
WORDSIZE= 64
+BOOTSTRAP= ezm3-${PORTVERSION}a-${TARGET}-boot.tar.bz2
.elif ${ARCH} == "i386"
TARGET= FreeBSD4
WORDSIZE= 32
+BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2
.elif ${ARCH} == "sparc64"
TARGET= FBSD_SPARC64
WORDSIZE= 64
+BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2
.endif
do-build: