diff options
Diffstat (limited to 'textproc/docbook-to-man/Makefile')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index b4d352910076..ebb2b73cf8c5 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -23,7 +23,7 @@ COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter # Jade is preferred, but it currently doesn't compile on 2.1.x # system, so use sp in that case. -.if ${ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" WITH_OPENJADE= yes .endif |