diff options
Diffstat (limited to 'audio/boodler/Makefile')
-rw-r--r-- | audio/boodler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index 553d8c125bb1..8a929521801f 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -33,7 +33,7 @@ DRIVER= FILE .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" PIC= --PIC .endif |