diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 10:48:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 10:48:46 +0800 |
commit | 1ce5821b0052703bf4007b759ad5d639fae159a7 (patch) | |
tree | 86e7650af370ca5e7d8a4193bcc0e4d66ad31ad7 /lang/cyclone | |
parent | 70d589842b152a7b1a35f4deda0a52647ee1bbae (diff) | |
download | freebsd-ports-gnome-1ce5821b0052703bf4007b759ad5d639fae159a7.tar.gz freebsd-ports-gnome-1ce5821b0052703bf4007b759ad5d639fae159a7.tar.zst freebsd-ports-gnome-1ce5821b0052703bf4007b759ad5d639fae159a7.zip |
BROKEN: Does not compile (5.x) or install (4.x)
Diffstat (limited to 'lang/cyclone')
-rw-r--r-- | lang/cyclone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index 9d1fa509a63a..e3cdcb20f5e1 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= A safe dialect of C from Cornell and AT&T Research +BROKEN= "Does not compile (5.x) or install (4.x)" + USE_REINPLACE= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |