diff options
Diffstat (limited to 'sysutils/sge62/Makefile')
-rw-r--r-- | sysutils/sge62/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index f32b049ad9c..cdbffc98a68 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -60,8 +60,8 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> -.if ARCH=alpha -BROKEN= Does not build on Alpha +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif post-patch: |