aboutsummaryrefslogtreecommitdiff
path: root/science/glens
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 11:15:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 11:15:44 +0000
commitc27fcef938d916805d110a0dd6d6a560701183ea (patch)
treea1e7b50b23ae968c6a954b1ed0e26b3ed508efe0 /science/glens
parente8f6ec09e222eb5e9c7ab38ded118c04b43095d6 (diff)
Notes
Diffstat (limited to 'science/glens')
-rw-r--r--science/glens/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/glens/Makefile b/science/glens/Makefile
index 1b65ff7ded7e..33fb1c7167ab 100644
--- a/science/glens/Makefile
+++ b/science/glens/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ARGS= --with-glui=${X11BASE}
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's|-O6||g ; \
@@ -37,4 +43,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/cfg/*.cgf ${EXAMPLESDIR}/cfg
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>