diff options
Diffstat (limited to 'graphics/fpc-pasjpeg/Makefile')
-rw-r--r-- | graphics/fpc-pasjpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fpc-pasjpeg/Makefile b/graphics/fpc-pasjpeg/Makefile index ff0963414d0c..4ea5dc872eed 100644 --- a/graphics/fpc-pasjpeg/Makefile +++ b/graphics/fpc-pasjpeg/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -pasjpeg MAINTAINER= acm@FreeBSD.org COMMENT= Handling JPEG files with Pascal -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} |