diff options
author | acm <acm@FreeBSD.org> | 2006-09-07 21:32:29 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-07 21:32:29 +0000 |
commit | 12cc357adf000b0997aa8e20afefe8c7055a0616 (patch) | |
tree | 933b141d7b5556314a24242726544bf5bc331b8b /editors/fpc-ide/Makefile | |
parent | 8fb181c9cc6d1578a195da25fc7ccb019b4eff71 (diff) | |
download | FreeBSD-ports-12cc357adf000b0997aa8e20afefe8c7055a0616.zip FreeBSD-ports-12cc357adf000b0997aa8e20afefe8c7055a0616.tar.gz |
- 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 da1ec30..ababab9 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" |