diff options
Diffstat (limited to 'graphics/hs-hgl/Makefile')
-rw-r--r-- | graphics/hs-hgl/Makefile | 2 |
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 |