diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 09:56:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 09:56:45 +0800 |
commit | a84c1edb66f0fdd7816c651cb446d73250342b0a (patch) | |
tree | c61cc0a21bd73d938809459d4f35acfe3d84dfc6 /devel | |
parent | 9c385e1eb05c618f4819bcca6626ab4f747cf7b6 (diff) | |
download | freebsd-ports-gnome-a84c1edb66f0fdd7816c651cb446d73250342b0a.tar.gz freebsd-ports-gnome-a84c1edb66f0fdd7816c651cb446d73250342b0a.tar.zst freebsd-ports-gnome-a84c1edb66f0fdd7816c651cb446d73250342b0a.zip |
BROKEN: Does not compile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/camlp4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile index c721ea8fb9d0..0cd06e2a3a55 100644 --- a/devel/camlp4/Makefile +++ b/devel/camlp4/Makefile @@ -30,6 +30,8 @@ MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4o.opt.1 \ CONFIGURE_ARGS= --prefix ${PREFIX} +BROKEN= "Does not compile" + .if !defined(NOPORTDOCS) DOCFILES= ${DISTNAME}-manual.html${EXTRACT_SUFX} ${DISTNAME}-manual.ps.gz \ ${DISTNAME}-tutorial.html${EXTRACT_SUFX} ${DISTNAME}-tutorial.ps.gz |