diff options
Diffstat (limited to 'devel/fpc-fcl-passrc')
-rw-r--r-- | devel/fpc-fcl-passrc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/fpc-fcl-passrc/Makefile b/devel/fpc-fcl-passrc/Makefile index 69d14a09a993..db48ca88163b 100644 --- a/devel/fpc-fcl-passrc/Makefile +++ b/devel/fpc-fcl-passrc/Makefile @@ -5,16 +5,15 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-passrc MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} |