From 28836626dd08e58e7563354eed5b0d19bfc5c526 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 05:10:39 +0000 Subject: BROKEN on alpha: Does not compile --- lang/yap/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/yap') 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 + +.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 +.include -- cgit v1.2.3