summaryrefslogtreecommitdiffstats
path: root/graphics/linux-f8-ungif
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-04-11 08:04:41 +0000
committerobrien <obrien@FreeBSD.org>2005-04-11 08:04:41 +0000
commit6b02d1b35c173832c085697cf76aa156d04ad843 (patch)
tree195cb55f1eda849521409154920849cf102b91fa /graphics/linux-f8-ungif
parent93ea51bfc3219265c52c39374430d10201b8f436 (diff)
downloadFreeBSD-ports-6b02d1b35c173832c085697cf76aa156d04ad843.zip
FreeBSD-ports-6b02d1b35c173832c085697cf76aa156d04ad843.tar.gz
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Diffstat (limited to 'graphics/linux-f8-ungif')
-rw-r--r--graphics/linux-f8-ungif/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/linux-f8-ungif/Makefile b/graphics/linux-f8-ungif/Makefile
index 4796167..5dd1c9d 100644
--- a/graphics/linux-f8-ungif/Makefile
+++ b/graphics/linux-f8-ungif/Makefile
@@ -11,10 +11,10 @@ CATEGORIES= graphics linux
MAINTAINTER= maho@FreeBSD.org
COMMENT= RPM of the ungif lib
-.if (${MACHINE_ARCH} == "i386")
-RPM_SET= libungif-4.1.0-7.${MACHINE_ARCH}.rpm
+.if (${ARCH} == "i386")
+RPM_SET= libungif-4.1.0-7.${ARCH}.rpm
.else
-RPM_SET= libungif-4.1.0-8.${MACHINE_ARCH}.rpm
+RPM_SET= libungif-4.1.0-8.${ARCH}.rpm
.endif
.include "../../x11-toolkits/linux-gtk/Makefile"
OpenPOWER on IntegriCloud