diff options
Diffstat (limited to 'databases/fpc-fpindexer/Makefile')
-rw-r--r-- | databases/fpc-fpindexer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/fpc-fpindexer/Makefile b/databases/fpc-fpindexer/Makefile index 34745c319e6f..6ce22662cdb6 100644 --- a/databases/fpc-fpindexer/Makefile +++ b/databases/fpc-fpindexer/Makefile @@ -1,14 +1,14 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= databases lang PKGNAMESUFFIX= -fpindexer MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Database indexer with database/flat file backend -USE_FPC= chm fcl-base fcl-db fcl-xml ibase sqlite +USE_FPC= chm dblib fcl-base fcl-db fcl-json fcl-xml ibase mysql odbc \ + oracle postgres pxlib sqlite rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |