diff options
Diffstat (limited to 'textproc/sgmlformat/Makefile')
-rw-r--r-- | textproc/sgmlformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 87785e234fec..bade1d3bfd99 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -20,7 +20,7 @@ COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} != "i386" +.if ${ARCH} != "i386" WITH_OPENJADE= yes .endif |