diff options
-rw-r--r-- | sysutils/sge/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge53/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge60/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge61/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge62/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/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: diff --git a/sysutils/sge53/Makefile b/sysutils/sge53/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge53/Makefile +++ b/sysutils/sge53/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: diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/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: diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/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: diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index f32b049ad9cf..cdbffc98a68c 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: |