diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
commit | 3a14939100092889eaeb54dfdfc5eb20fbeb70e3 (patch) | |
tree | 2386c61baec8d8f38b0a33c712e329ab11269c54 /devel/fpc-fcl-db | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) | |
download | ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.tar.gz ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-db')
-rw-r--r-- | devel/fpc-fcl-db/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index c29a2442b509..68bcc33b6d7b 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -5,28 +5,16 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-db 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}/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 +USE_FPC= fcl-base hash ibase mysql netdb odbc oracle paszlib postgres pthreads \ + libasync sqlite -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} |