aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-InterBase
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
commit913cb3ae08e2bb3058572039ad7a1adcead8df3a (patch)
tree4421d0af7029c63503917d9f0a75946fb3005826 /databases/p5-DBD-InterBase
parent3c81cc0a137500dc746a0b4409361cd185dbdf2a (diff)
downloadports-913cb3ae08e2bb3058572039ad7a1adcead8df3a.tar.gz
ports-913cb3ae08e2bb3058572039ad7a1adcead8df3a.zip
- Fix after spliting firebird
- Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Notes
Notes: svn path=/head/; revision=135485
Diffstat (limited to 'databases/p5-DBD-InterBase')
-rw-r--r--databases/p5-DBD-InterBase/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile
index 80fc48c3164e..522dfc4990fa 100644
--- a/databases/p5-DBD-InterBase/Makefile
+++ b/databases/p5-DBD-InterBase/Makefile
@@ -7,7 +7,7 @@
PORTNAME= DBD-InterBase
PORTVERSION= 0.43
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dbi-interbase
@@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= DBI driver for InterBase RDBMS server
-LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
+LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client
PERL_CONFIGURE= yes
post-patch:
- @${PERL} -pi -e 's,%%IB_BASE%%,${PREFIX}/firebird,g' \
+ @${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
${WRKSRC}/Makefile.PL
MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3