aboutsummaryrefslogtreecommitdiffstats
path: root/lang/xsb/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-04-11 16:04:41 +0800
committerobrien <obrien@FreeBSD.org>2005-04-11 16:04:41 +0800
commit6b02d1b35c173832c085697cf76aa156d04ad843 (patch)
tree195cb55f1eda849521409154920849cf102b91fa /lang/xsb/Makefile
parent93ea51bfc3219265c52c39374430d10201b8f436 (diff)
downloadfreebsd-ports-graphics-6b02d1b35c173832c085697cf76aa156d04ad843.tar.gz
freebsd-ports-graphics-6b02d1b35c173832c085697cf76aa156d04ad843.tar.zst
freebsd-ports-graphics-6b02d1b35c173832c085697cf76aa156d04ad843.zip
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Diffstat (limited to 'lang/xsb/Makefile')
-rw-r--r--lang/xsb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile
index 7204f8b8c13..94781a3fe6f 100644
--- a/lang/xsb/Makefile
+++ b/lang/xsb/Makefile
@@ -23,7 +23,7 @@ USE_GMAKE= yes
MAN1= xsb.1
-PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \
+PLIST_SUB+= ARCH=${ARCH} \
OPSYS=${OPSYS:S/BSD/bsd/g:S/F/f/g:S/O/o/g:S/N/n/g}
.include <bsd.port.pre.mk>