diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 13:10:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 13:10:39 +0800 |
commit | 21cf95679b69dd240bc25e5db56e9ad009e380a8 (patch) | |
tree | 99e52e629fcfc34bda94de6f217dfe032afb2701 /lang/yap | |
parent | 571c24662e34a8d6db22edefcd70b6fb4690effd (diff) | |
download | freebsd-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/Makefile | 8 |
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> |