diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:09:29 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:09:29 +0000 |
commit | 913cb3ae08e2bb3058572039ad7a1adcead8df3a (patch) | |
tree | 4421d0af7029c63503917d9f0a75946fb3005826 /lang/fpc | |
parent | 3c81cc0a137500dc746a0b4409361cd185dbdf2a (diff) | |
download | ports-913cb3ae08e2bb3058572039ad7a1adcead8df3a.tar.gz ports-913cb3ae08e2bb3058572039ad7a1adcead8df3a.zip |
Notes
Diffstat (limited to 'lang/fpc')
-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 |