diff options
author | erwin <erwin@FreeBSD.org> | 2010-01-23 19:19:33 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-01-23 19:19:33 +0800 |
commit | 87c046be858ee853b5a2a4b9ed40a58b8217ad5d (patch) | |
tree | 115691281cca9b22c0bda10fd1dde484b3ec7a32 | |
parent | bf29683a06d566c509a21d49739994bfa6b000cb (diff) | |
download | freebsd-ports-gnome-87c046be858ee853b5a2a4b9ed40a58b8217ad5d.tar.gz freebsd-ports-gnome-87c046be858ee853b5a2a4b9ed40a58b8217ad5d.tar.zst freebsd-ports-gnome-87c046be858ee853b5a2a4b9ed40a58b8217ad5d.zip |
Add 6.x to the list of BROKEN platforms, which means it not is
unconditionally BROKEN.
-rw-r--r-- | lang/dylan/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 0d34c25ceec9..e28930e03052 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -26,6 +26,8 @@ COMMENT= CMU Gwydion project interpreter and compiler for the Dylan language LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc +BROKEN= does not build + USE_PERL5= yes USE_GMAKE= yes CONFIGURE_ARGS= --srcdir=${WRKSRC} --with-gc-prefix=${PREFIX} @@ -61,10 +63,4 @@ post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/d2c-${PORTVERSION}-FreeBSD.gz >${WRKDIR}/d2c ${CHMOD} ugo+x ${WRKDIR}/d2c -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -BROKEN= does not install -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |