From 6b02d1b35c173832c085697cf76aa156d04ad843 Mon Sep 17 00:00:00 2001
From: obrien <obrien@FreeBSD.org>
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'.

---
 textproc/linux-libxml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'textproc/linux-libxml')

diff --git a/textproc/linux-libxml/Makefile b/textproc/linux-libxml/Makefile
index c9590a2f6ffe..fd4a49b02db7 100644
--- a/textproc/linux-libxml/Makefile
+++ b/textproc/linux-libxml/Makefile
@@ -13,6 +13,6 @@ CATEGORIES=	textproc linux
 MAINTAINER=	freebsd-emulation@FreeBSD.org
 COMMENT=	RPM of libxml
 
-RPM_SET=	libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
+RPM_SET=	libxml-${PORTVERSION}-1.${ARCH}.rpm
 
 .include "../../x11-toolkits/linux-gtk/Makefile"
-- 
cgit