diff options
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 \ |