aboutsummaryrefslogtreecommitdiff
path: root/editors/fpc-ide/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r--editors/fpc-ide/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile
index 697b253bd81f..52d78a11e565 100644
--- a/editors/fpc-ide/Makefile
+++ b/editors/fpc-ide/Makefile
@@ -1,20 +1,16 @@
# Created by: John Merryweather Cooper et al
# $FreeBSD$
-PORTREVISION= 3
CATEGORIES= editors lang
PKGNAMESUFFIX= -ide
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal integrated IDE/compiler
-USE_FPC= chm fcl-async fcl-base fcl-xml fv gdbint graph ibase hash mysql \
- odbc oracle pasjpeg paszlib pthreads postgres regexpr sqlite
+USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console fcl-xml
-FPCDIR= # none
-UNITPREFIX= # none
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/fv
+EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler
.include "${MASTERDIR}/Makefile"