summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-16 10:32:20 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-16 10:32:20 +0000
commitde2f0835bc7d0aad001283c02e26e59d60d47da4 (patch)
tree277cb94ba3a6ba99f6a2cf3b2e93af2d3dd803eb /databases
parent- update to 0.16 (diff)
- Fix the dependency line for ruby-dbd_interbase by making it more explicit the
directory of the dependency. - Mark the port has broken until it builds correctly against the newer version of databases/firebird-client2. (kris@freebsd.org has pinged me (twice!) on this issue.) PR: ports/107940 Submitted by: maintainer (Christopher Boumenot)
Notes
Notes: svn path=/head/; revision=182511
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-dbd_interbase/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile
index 341da59c9924..f40eddc4b43d 100644
--- a/databases/ruby-dbd_interbase/Makefile
+++ b/databases/ruby-dbd_interbase/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= boumenot@gmail.com
COMMENT= InterBase driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
- ${RUBY_SITEARCHLIBDIR}/interbase.so:${.CURDIR}/../ruby-interbase
+ ${RUBY_SITEARCHLIBDIR}/interbase.so:${PORTSDIR}/databases/ruby-interbase
USE_RUBY= yes
USE_RUBY_SETUP= yes
@@ -31,4 +31,6 @@ CONFIGURE_ARGS= --with=${PORTNAME}
.include "${.CURDIR}/../ruby-dbi/Makefile.common"
+BROKEN= Does not compile
+
.include <bsd.port.mk>