aboutsummaryrefslogtreecommitdiffstats
path: root/devel/llvm38
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-04-15 22:11:44 +0800
committerlinimon <linimon@FreeBSD.org>2017-04-15 22:11:44 +0800
commit57bd94e74d0444223d955520bf4dc64a7e65a7d4 (patch)
treeefb31462d30a342b77aa60d1c77a81e99bd6191c /devel/llvm38
parent261a9b6a6361f4cd956c2da7d0f2f26984ed22f7 (diff)
downloadfreebsd-ports-gnome-57bd94e74d0444223d955520bf4dc64a7e65a7d4.tar.gz
freebsd-ports-gnome-57bd94e74d0444223d955520bf4dc64a7e65a7d4.tar.zst
freebsd-ports-gnome-57bd94e74d0444223d955520bf4dc64a7e65a7d4.zip
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case. Approved by: portmgr (tier-2 blanket), "just fix it"
Diffstat (limited to 'devel/llvm38')
-rw-r--r--devel/llvm38/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/llvm38/Makefile b/devel/llvm38/Makefile
index 50cf737e6f1e..6816acd93729 100644
--- a/devel/llvm38/Makefile
+++ b/devel/llvm38/Makefile
@@ -214,8 +214,6 @@ MAN1SRCS+= bugpoint.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \
llvm-profdata.1 llvm-readobj.1 llvm-stress.1 llvm-symbolizer.1 \
opt.1 tblgen.1
-NOT_FOR_ARCH= ia64
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"