diff options
Diffstat (limited to 'lang/bigloo/Makefile')
-rw-r--r-- | lang/bigloo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 7255fc293343..d8d0253f8cbd 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -7,7 +7,7 @@ PORTNAME= bigloo PORTVERSION= 3.2b.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \ ftp://kaolin.unice.fr/pub/Bigloo/ @@ -44,6 +44,10 @@ INFO= bigloo .include <bsd.port.pre.mk> +.if (${EMACS_PORT_NAME} == "emacs23") +BROKEN= is not compiled with Emacs 23 +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif |