mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Fix build adding dependencies
This commit is contained in:
parent
e21eeeefb8
commit
ae40b09372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394546
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
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
|
||||
USE_FPC= chm fcl-base fcl-db fcl-xml ibase sqlite
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
|
|
Loading…
Add table
Reference in a new issue