From 308a223746662dab5059e498e7d8b66b4686d5e0 Mon Sep 17 00:00:00 2001 From: acm Date: Tue, 24 Jun 2008 15:18:15 +0000 Subject: - Use new freepascal stuff - Bump PORTREVISION --- databases/fpc-postgres/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/fpc-postgres') diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 35e772b7c4e0..31bda127609c 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases lang PKGNAMESUFFIX= -postgres MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to PostGreSQL -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} -- cgit