diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-07 21:32:29 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-07 21:32:29 +0000 |
commit | 5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2 (patch) | |
tree | 925bf414f5f89aa45f14e83e1f68ec2ebe22be7f /editors/fpc-ide/Makefile | |
parent | - New port: (diff) |
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r-- | editors/fpc-ide/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index da1ec3024333..ababab9f5076 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= editors lang PKGNAMESUFFIX= -ide @@ -15,9 +15,10 @@ COMMENT= Free Pascal integrated IDE/compiler BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils \ ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/graph/Package.fpc:${PORTSDIR}/graphics/fpc-graph \ ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ - ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \ ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ @@ -34,7 +35,7 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} UNITPREFIX= # none MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} ${PORTNAME}/compiler ${PORTNAME}/rtl ${PORTNAME}/fv +WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${PORTNAME}/fv .include "${MASTERDIR}/Makefile" |