summaryrefslogtreecommitdiff
path: root/lang/yap
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:10:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:10:39 +0000
commit28836626dd08e58e7563354eed5b0d19bfc5c526 (patch)
tree797c7b473e2f7460e1e449260d238c2535029894 /lang/yap
parentBROKEN on !i386: Does not compile (diff)
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=101819
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 765c74db1129..c61a6e530744 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>