diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-22 16:53:01 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-22 16:53:01 +0800 |
commit | a778b689dcc31b71a5bf44f18aec387398d9ceff (patch) | |
tree | 453436e58ba55f67664531ca3bac41d63fb758e2 | |
parent | c97100b2c3b93b40fb5e17305d563f77c1682c78 (diff) | |
download | freebsd-ports-gnome-a778b689dcc31b71a5bf44f18aec387398d9ceff.tar.gz freebsd-ports-gnome-a778b689dcc31b71a5bf44f18aec387398d9ceff.tar.zst freebsd-ports-gnome-a778b689dcc31b71a5bf44f18aec387398d9ceff.zip |
- now it builds
-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" |