From c5d08e42102d70dcbd448ae11773f148e7c79c69 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 25 Jun 2017 00:29:09 +0000 Subject: Begin deorbit burn of ia64. We have not attempted to build packages for it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) --- audio/boodler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/boodler/Makefile') diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index ff97d3b4704a..a6e286edb1e3 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -45,7 +45,7 @@ OSS_CONFIGURE_ON= --driver oss .include -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +.if ${ARCH} == "amd64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --PIC .endif -- cgit