From 3957d466f54cb341acd98b93cf8b9abe6d4c8a4e Mon Sep 17 00:00:00 2001 From: tmm Date: Sun, 10 Nov 2002 17:16:22 +0000 Subject: Use openjade on all non-i386 platforms, not just alpha. Reviewed by: -doc --- textproc/sgmlformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/sgmlformat') diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 62bffb4..8e5066f 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -19,7 +19,7 @@ MAINTAINER= kuriyama@FreeBSD.org .include -.if ${MACHINE_ARCH} == "alpha" +.if ${MACHINE_ARCH} != "i386" WITH_OPENJADE= yes .endif -- cgit v1.1