diff options
Diffstat (limited to 'x11/fpc-x11')
-rw-r--r-- | x11/fpc-x11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile index 8a63950444f3..fd13e3fea4e8 100644 --- a/x11/fpc-x11/Makefile +++ b/x11/fpc-x11/Makefile @@ -5,15 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 lang PKGNAMESUFFIX= -x11 MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to X windows server -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} |