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