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-async | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) | |
download | ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.tar.gz ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-async')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile index 6d8d7ca16421..3d5a0bcd5f8c 100644 --- a/devel/fpc-fcl-async/Makefile +++ b/devel/fpc-fcl-async/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net lang PKGNAMESUFFIX= -libasync MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to async library -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} |