aboutsummaryrefslogtreecommitdiffstats
path: root/editors/fpc-ide
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2009-01-14 14:13:57 +0800
committeracm <acm@FreeBSD.org>2009-01-14 14:13:57 +0800
commit3d782516e3752497ac666e8964e012ffc1d7cea9 (patch)
tree4057223a9cea61bded4cc75b4233f763ca765332 /editors/fpc-ide
parentd0c611cd44f807e53b203c83988ff467a805e0c1 (diff)
downloadfreebsd-ports-gnome-3d782516e3752497ac666e8964e012ffc1d7cea9.tar.gz
freebsd-ports-gnome-3d782516e3752497ac666e8964e012ffc1d7cea9.tar.zst
freebsd-ports-gnome-3d782516e3752497ac666e8964e012ffc1d7cea9.zip
- Update to 2.2.2
Diffstat (limited to 'editors/fpc-ide')
-rw-r--r--editors/fpc-ide/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile
index 25a34e42979d..f29e720897fb 100644
--- a/editors/fpc-ide/Makefile
+++ b/editors/fpc-ide/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= editors lang
PKGNAMESUFFIX= -ide
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal integrated IDE/compiler
-USE_FPC= gdbint graph ibase libasync hash mysql netdb odbc oracle pasjpeg \
+USE_FPC= fcl-async gdbint graph ibase hash mysql odbc oracle pasjpeg \
paszlib pthreads postgres regexpr sqlite fcl-base fv
UNITPREFIX= # none
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/fv
+EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/fv
.include "${MASTERDIR}/Makefile"