diff options
Diffstat (limited to 'sysutils/sge/Makefile')
-rw-r--r-- | sysutils/sge/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index 2db20e5496e3..f32b049ad9cf 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/Makefile @@ -59,6 +59,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ sge_shadowd.8 sge_shepherd.8 sgecommdcntl.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 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ @@ -135,4 +140,4 @@ distfile: @${RM} -rf ${WRKDIR}/${XDISTNAME} @${RMDIR} ${WRKDIR} 2> /dev/null || true -.include <bsd.port.mk> +.include <bsd.port.post.mk> |