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 /net/fpc-libasync | |
parent | 13c8628fb525566e88dd5d6ab7f0541ccd240011 (diff) |
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
Notes
Notes:
svn path=/head/; revision=172536
Diffstat (limited to 'net/fpc-libasync')
-rw-r--r-- | net/fpc-libasync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fpc-libasync/Makefile b/net/fpc-libasync/Makefile index c9b67a7a2a3f..6d8d7ca16421 100644 --- a/net/fpc-libasync/Makefile +++ b/net/fpc-libasync/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net lang PKGNAMESUFFIX= -libasync @@ -15,7 +15,7 @@ COMMENT= Free Pascal interface to async library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" |