diff options
author | acm <acm@FreeBSD.org> | 2012-04-19 14:20:01 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2012-04-19 14:20:01 +0800 |
commit | 6933f085a2b6e8849c9e5ffbf60c2793bc5f846f (patch) | |
tree | acb385029d3c50ff85c91144eb24703f749489d2 /lang/fpc-units/Makefile | |
parent | e5620a31b04624230db02fc2f5f39b8c4bc87ae4 (diff) | |
download | freebsd-ports-graphics-6933f085a2b6e8849c9e5ffbf60c2793bc5f846f.tar.gz freebsd-ports-graphics-6933f085a2b6e8849c9e5ffbf60c2793bc5f846f.tar.zst freebsd-ports-graphics-6933f085a2b6e8849c9e5ffbf60c2793bc5f846f.zip |
- Update to 2.6.0
Diffstat (limited to 'lang/fpc-units/Makefile')
-rw-r--r-- | lang/fpc-units/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 8cb50638c9c..ec0a4beb8af 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -6,8 +6,7 @@ # PORTNAME= units -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= lang MASTER_SITES= # none PKGNAMEPREFIX= fpc- @@ -46,6 +45,7 @@ OPTIONS= A52 "Interface to a52 library" on \ FCL_XML "Free Pascal Component Library (xml)" on \ FFTW "Interface to the FFTW3 library" on \ FPGTK "Interface to create programs with gtk" on \ + FPPKG "Free Pascal package unit" on \ FPMKUNIT "Free Pascal build system unit" on \ FPVECTORIAL "Free Pascal fpvectorial unit" on \ FV "Free Pascal unit for Delphi support" on \ @@ -100,7 +100,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} ALL_OPTIONS= A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DTS FASTCGI FCL-ASYNC FCL-BASE \ FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-JSON FCL-NET FCL-PASSRC FCL-PROCESS \ - FCL-REGISTRY FCL-RES FCL-WEB FCL-XML FFTW FPGTK FPMKUNIT FPVECTORIAL \ + FCL-REGISTRY FCL-RES FCL-WEB FCL-XML FFTW FPGTK FPMKUNIT FPPKG FPVECTORIAL \ FV GDBM GGI GMP GNOME1 GTK1 GTK2 HERMES ICONVENC IMAGEMAGICK IMLIB \ LDAP LIBCURL LIBGD LIBPNG LIBXML2 LUA MAD MATROSKA MODPLUG NCURSES \ NEWT NUMLIB OGGVORBIS OPENAL OPENGL OPENSSL PCAP PROJ4 PXLIB RSVG \ |