diff options
Diffstat (limited to 'devel/fpc-fpmkunit')
-rw-r--r-- | devel/fpc-fpmkunit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fpmkunit/Makefile b/devel/fpc-fpmkunit/Makefile index a76ff1b0aa75..d7354bcec056 100644 --- a/devel/fpc-fpmkunit/Makefile +++ b/devel/fpc-fpmkunit/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -fpmkunit MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal build system unit -USE_FPC= yes +USE_FPC= fcl-process paszlib MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |