diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 14:13:57 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 14:13:57 +0800 |
commit | 3d782516e3752497ac666e8964e012ffc1d7cea9 (patch) | |
tree | 4057223a9cea61bded4cc75b4233f763ca765332 /editors/fpc-ide | |
parent | d0c611cd44f807e53b203c83988ff467a805e0c1 (diff) | |
download | freebsd-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/Makefile | 6 |
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" |