summaryrefslogtreecommitdiff
path: root/lang/fpc-units
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-07 21:32:29 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-07 21:32:29 +0000
commit5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2 (patch)
tree925bf414f5f89aa45f14e83e1f68ec2ebe22be7f /lang/fpc-units
parent- New port: (diff)
- Update to 2.0.4
- Add new dependencies to editors/lazarus Approved by: garga (mentor,implicit)
Notes
Notes: svn path=/head/; revision=172536
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 738376560211..560f095ec2aa 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -24,6 +24,7 @@ BUILDNAME= ${ARCH}-freebsd
OPTIONS= BFD "Interface to GNU Binary Format description" on \
FCL "Free Pascal Component Library" on \
+ FFTW "interface to the FFTW3 library" on \
FORMS "Interface to X-Forms" on \
FPGTK "Interface to create programs with gtk" on \
FV "Free Pascal unit for Delphi support" on \
@@ -50,12 +51,13 @@ OPTIONS= BFD "Interface to GNU Binary Format description" on \
.include <bsd.port.pre.mk>
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
-ALL_OPTIONS= BFD FCL FORMS FPGTK FV GCONF GDBM GGI GNOME GTK GTK2 \
+ALL_OPTIONS= BFD FCL FFTW FORMS FPGTK FV GCONF GDBM GGI GNOME GTK GTK2 \
IMLIB LIBGD LIBPNG NCURSES OPENGL SVGALIB \
SYSLOG TCL UNZIP UTMP X11 ZLIB ZVT
BFD_UNIT= devel/fpc-bfd
FCL_UNIT= devel/fpc-fcl
+FFTW_UNIT= math/fpc-fftw
FORMS_UNIT= x11-toolkits/fpc-forms
FPGTK_UNIT= graphics/fpc-fpgtk
FV_UNIT= devel/fpc-fv