diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-16 18:32:20 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-16 18:32:20 +0800 |
commit | ea1051a6dec8dac09b89a6c5446948dd192c1a5b (patch) | |
tree | 8b5baf75924638a45f7c44141f141f57d573175d /databases | |
parent | 72df404965629235deb0f2b9b0cf05b400864a0f (diff) | |
download | freebsd-ports-gnome-ea1051a6dec8dac09b89a6c5446948dd192c1a5b.tar.gz freebsd-ports-gnome-ea1051a6dec8dac09b89a6c5446948dd192c1a5b.tar.zst freebsd-ports-gnome-ea1051a6dec8dac09b89a6c5446948dd192c1a5b.zip |
- 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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-dbd_interbase/Makefile | 4 |
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> |