From 580cde551e2c502fb23c61f32195e4c4b9fb575d Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Tue, 8 Feb 2005 19:30:20 +0000 Subject: [PATCH] - Unbreak on amd64. As reported it builds well on it. PR: ports/77034 Submitted by: Johan van Selst --- editors/ved/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 5576eba09893..29e89d4e7ffc 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -22,8 +22,8 @@ PLIST_DIRS= %%DATADIR%% .include -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !i386 and !amd64" +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" .endif post-patch: