diff options
author | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
commit | dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 (patch) | |
tree | 76234934eba7210d6aca9d178bb055f163431278 /lang/fpc/Makefile | |
parent | e738a683373def0e7540d0e6027860ba8c147e94 (diff) | |
download | freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.gz freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.zst freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.zip |
- Fix after spliting firebird
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Diffstat (limited to 'lang/fpc/Makefile')
-rw-r--r-- | lang/fpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index d20ea03f0134..30b46cc4294f 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 <bsd.port.pre.mk> -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 |