diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2004-12-08 23:50:03 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2004-12-08 23:50:03 +0000 |
commit | fe4b9508d04839535d6be011c5d0b3b7b1276957 (patch) | |
tree | 5dc4cc113a6e88e2ade1f390fbaaf8539e766b02 /sysutils/sge | |
parent | 1dbf74997a9a2597c63a4888f2237d4f68a94a6d (diff) | |
download | ports-fe4b9508d04839535d6be011c5d0b3b7b1276957.tar.gz ports-fe4b9508d04839535d6be011c5d0b3b7b1276957.zip |
Notes
Diffstat (limited to 'sysutils/sge')
-rw-r--r-- | sysutils/sge/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |