From f7f940d1c208204ac24ad6ff688d6318d93ace49 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 14 Jan 2009 06:13:57 +0000 Subject: - Update to 2.2.2 --- editors/fpc-ide/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/fpc-ide/Makefile') 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" -- cgit v1.2.3