diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:10:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:10:39 +0000 |
commit | 28836626dd08e58e7563354eed5b0d19bfc5c526 (patch) | |
tree | 797c7b473e2f7460e1e449260d238c2535029894 /lang | |
parent | 253a0c92717235baf265e96c2916484edace22eb (diff) | |
download | ports-28836626dd08e58e7563354eed5b0d19bfc5c526.tar.gz ports-28836626dd08e58e7563354eed5b0d19bfc5c526.zip |
Notes
Diffstat (limited to 'lang')
-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 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> |