diff options
author | acm <acm@FreeBSD.org> | 2010-08-17 01:45:15 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-08-17 01:45:15 +0800 |
commit | 8498bd6e31c48fc8febc6bb8775b17afff9069b4 (patch) | |
tree | a1316e0caa456c9e38598ab08aed004d76efbae1 /editors/fpc-ide/Makefile | |
parent | 1b3e6c18e2ab19ced93288a613246608c34042ec (diff) | |
download | freebsd-ports-gnome-8498bd6e31c48fc8febc6bb8775b17afff9069b4.tar.gz freebsd-ports-gnome-8498bd6e31c48fc8febc6bb8775b17afff9069b4.tar.zst freebsd-ports-gnome-8498bd6e31c48fc8febc6bb8775b17afff9069b4.zip |
- Update to 2.4.0
- Add support for amd64 [1]
- Add 23 new ports to to bsd.fpc.mk
- Remove obsolete patch file patch-packages-fcl-db_Makefile
- Turn off some optional dependencies like databases/unixODBC,
graphics/svgalib, databases/oracle8-client for avoid break amd64 support
- Clean up
PR: ports/146001
Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk>
Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1]
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r-- | editors/fpc-ide/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index c880c1f90731..cc40c85f65c8 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -5,15 +5,13 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= editors lang 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 |