aboutsummaryrefslogtreecommitdiffstats
path: root/lang/yap
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 13:10:39 +0800
committerkris <kris@FreeBSD.org>2004-02-23 13:10:39 +0800
commit21cf95679b69dd240bc25e5db56e9ad009e380a8 (patch)
tree99e52e629fcfc34bda94de6f217dfe032afb2701 /lang/yap
parent571c24662e34a8d6db22edefcd70b6fb4690effd (diff)
downloadfreebsd-ports-graphics-21cf95679b69dd240bc25e5db56e9ad009e380a8.tar.gz
freebsd-ports-graphics-21cf95679b69dd240bc25e5db56e9ad009e380a8.tar.zst
freebsd-ports-graphics-21cf95679b69dd240bc25e5db56e9ad009e380a8.zip
BROKEN on alpha: Does not compile
Diffstat (limited to 'lang/yap')
-rw-r--r--lang/yap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 765c74db112..c61a6e53074 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -24,6 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
INFO= yap
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/docs/*.info*
@@ -34,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/info
install-info ${PREFIX}/info/yap.info ${PREFIX}/info/dir
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>