diff options
Diffstat (limited to 'devel/gonzui/Makefile')
-rw-r--r-- | devel/gonzui/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/gonzui/Makefile b/devel/gonzui/Makefile index 99e0e0a5d11f..12cfa077cd70 100644 --- a/devel/gonzui/Makefile +++ b/devel/gonzui/Makefile @@ -11,12 +11,12 @@ CATEGORIES= devel MASTER_SITES= http://namazu.org/~satoru/gonzui/ MAINTAINER= sumikawa@FreeBSD.org -COMMENT= A source code search engine +COMMENT= A source code search engine -BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb - -BROKEN= Missing dependency +BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ + ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ + ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv USE_RUBY= yes GNU_CONFIGURE= yes |