diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-11-30 12:27:11 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-11-30 12:27:11 +0000 |
commit | 6f03c02ab9b30622f5beff6abad4b461c9fe36df (patch) | |
tree | 909acc52c8a3e57eea4571d67ef73953d30366b7 /devel/fpc-fcl-db | |
parent | bb2982b53ebe49e757fdda89185d7308c8a1bc1c (diff) |
Notes
Diffstat (limited to 'devel/fpc-fcl-db')
-rw-r--r-- | devel/fpc-fcl-db/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index 5bf2f0e1486b..c29a2442b509 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -14,16 +14,18 @@ COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ + ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \ ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite -BROKEN= fails to install - UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |