diff options
author | pav <pav@FreeBSD.org> | 2012-05-18 02:58:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-18 02:58:30 +0800 |
commit | 47c08e56de4d67451d5ce31222c26e53a2da9284 (patch) | |
tree | 3eee632fe450946f4a95a22dad07b8e94f16d4c3 /editors/lazarus | |
parent | a92dbb22bb8018334bf28092eeab02613feb2b15 (diff) | |
download | freebsd-ports-gnome-47c08e56de4d67451d5ce31222c26e53a2da9284.tar.gz freebsd-ports-gnome-47c08e56de4d67451d5ce31222c26e53a2da9284.tar.zst freebsd-ports-gnome-47c08e56de4d67451d5ce31222c26e53a2da9284.zip |
- Mark BROKEN: does not build
Compiling actionseditor.pas
Fatal: Can't find unit LCLProc used by ActionsEditor
Fatal: Compilation aborted
Reported by: pointyhat
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 36c4fc7984c0..0a03fcd5a88d 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -21,6 +21,8 @@ COMMENT?= A portable Delphi-like IDE for the FreePascal compiler BUILD_DEPENDS?= # RUN_DEPENDS?= # +BROKEN= does not build + PROJECTHOST= bsdistfiles ONLY_FOR_ARCHS= i386 amd64 |