From 835bdc5b330121c27a3685b522235fb9e01242fb Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 9 Aug 2005 19:40:28 +0000 Subject: - Unbreak on amd64 (treat as i386) Approved by: portmgr (marcus) --- devel/linux-libglade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/linux-libglade') diff --git a/devel/linux-libglade/Makefile b/devel/linux-libglade/Makefile index 98963b60ff0c..3b2d4549be63 100644 --- a/devel/linux-libglade/Makefile +++ b/devel/linux-libglade/Makefile @@ -13,6 +13,6 @@ CATEGORIES= devel linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libglade -RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm +RPM_SET= libglade-${PORTVERSION}-3.${ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" -- cgit