aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-hgl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hs-hgl/Makefile')
-rw-r--r--graphics/hs-hgl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/hs-hgl/Makefile b/graphics/hs-hgl/Makefile
index 75d862741a2c..183713180e13 100644
--- a/graphics/hs-hgl/Makefile
+++ b/graphics/hs-hgl/Makefile
@@ -30,7 +30,7 @@ MAKE_ENV= system=FreeBSD \
hugs_install=${HGL_LIBS}
ALL_TARGET= all
-.if ${ARCH:L} == "amd64"
+.if ${MACHINE_ARCH:L} == "amd64"
CFLAGS+= -fPIC
.endif