diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-22 08:53:01 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-22 08:53:01 +0000 |
commit | 2de262a38534ffb5bf630bf09ab7486967faade4 (patch) | |
tree | 1f503ab4834b209c82fb2474fe3076fa3f174bf8 /databases/ruby-dbd_proxy | |
parent | a73157d1180bf88c80895bfd32e3084567086ee0 (diff) | |
download | ports-2de262a38534ffb5bf630bf09ab7486967faade4.tar.gz ports-2de262a38534ffb5bf630bf09ab7486967faade4.zip |
Notes
Diffstat (limited to 'databases/ruby-dbd_proxy')
-rw-r--r-- | databases/ruby-dbd_proxy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ruby-dbd_proxy/Makefile b/databases/ruby-dbd_proxy/Makefile index 9f4921d196f3..62fe9ec6aae9 100644 --- a/databases/ruby-dbd_proxy/Makefile +++ b/databases/ruby-dbd_proxy/Makefile @@ -19,8 +19,6 @@ COMMENT= Proxy/Server driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} -BROKEN= Does not build - USE_RUBY= yes USE_RUBY_FEATURES= drb USE_RUBY_SETUP= yes @@ -29,7 +27,7 @@ SLAVE_PORT= yes MASTER_PORT= databases/ruby-dbi WRKSRC= ${RUBY_DBI_WRKSRC} -CONFIGURE_ARGS= --with=bin/proxyserver,lib/${PORTNAME} +CONFIGURE_ARGS= --with=bin/proxyserver,${PORTNAME} .include "${.CURDIR}/../ruby-dbi/Makefile.common" |