From 6b02d1b35c173832c085697cf76aa156d04ad843 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 11 Apr 2005 08:04:41 +0000 Subject: Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. --- audio/tclmidi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/tclmidi') diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 54c554241970..fc275cc9fa5a 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -17,7 +17,7 @@ COMMENT= A language designed for creating and editing standard MIDI files LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" IGNORE= "ignored due to cast from pointer to integer of different size" .endif -- cgit