diff options
Diffstat (limited to 'devel/ruby-gnustep/Makefile')
-rw-r--r-- | devel/ruby-gnustep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index 89f3de6..3afb732 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -59,10 +59,10 @@ COMBOLIBDIR= ${SYSLIBDIR} MAKE_ENV+= GNUSTEP_FLATTENED=yes .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 .else -GNU_ARCH= ${ARCH} +GNU_ARCH= ${MACHINE_ARCH} .endif MAKEFILE= GNUmakefile |