diff options
Diffstat (limited to 'devel/fpc-fcl-db/Makefile')
-rw-r--r-- | devel/fpc-fcl-db/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index 2bde1f4e39f6..3315d13f2f6d 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-db @@ -13,6 +13,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ |