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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/fpc-users/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fpc-users/Makefile b/sysutils/fpc-users/Makefile index febe7e01ab52..6f43df830410 100644 --- a/sysutils/fpc-users/Makefile +++ b/sysutils/fpc-users/Makefile @@ -6,7 +6,7 @@ # PORTREVISION= 0 -CATEGORIES= sysutils +CATEGORIES= sysutils lang PKGNAMESUFFIX= -users MAINTAINER= acm@FreeBSD.org |