From dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 Mon Sep 17 00:00:00 2001 From: sem Date: Tue, 17 May 2005 16:09:29 +0000 Subject: - Fix after spliting firebird - Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho (firebird maintainer) --- lang/fpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/fpc') diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index d20ea03f013..30b46cc4294 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= fpc PORTVERSION= 1.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \ @@ -25,7 +25,7 @@ COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions .include -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird +LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client .if ${OSVERSION} < 470000 EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar TAR= ${LOCALBASE}/bin/gtar -- cgit