aboutsummaryrefslogtreecommitdiff
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
parent23c23b1ea1d4fc11b69a30bb8aa20e31324414ce (diff)
downloadports-de2f0835bc7d0aad001283c02e26e59d60d47da4.tar.gz
ports-de2f0835bc7d0aad001283c02e26e59d60d47da4.zip
Notes
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>