diff options
author | beat <beat@FreeBSD.org> | 2012-09-09 23:33:37 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-09-09 23:33:37 +0800 |
commit | 73671e942e85714f7a154645fdfb2cc06bdce4af (patch) | |
tree | b8a33f034197c20d0392957ed7346fcc57868512 /editors | |
parent | 8c8b4e397cfe50a7816d9d2a90544cce17c53b8e (diff) | |
download | freebsd-ports-gnome-73671e942e85714f7a154645fdfb2cc06bdce4af.tar.gz freebsd-ports-gnome-73671e942e85714f7a154645fdfb2cc06bdce4af.tar.zst freebsd-ports-gnome-73671e942e85714f7a154645fdfb2cc06bdce4af.zip |
- Mark BROKEN: does not build:
gmake: Entering an unknown directory
gmake: *** /usr/local/lib/fpc/2.6.0/compiler: No such file or directory. Stop.
Reported by: pointyhat
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fpc-ide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 6b19bfd9c9f2..e1bbb91365f9 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX= -ide MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal integrated IDE/compiler +BROKEN= does not build + USE_FPC= chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \ oracle pasjpeg paszlib pthreads postgres regexpr sqlite |