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