diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/migemo/Makefile | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412347
Diffstat (limited to 'japanese/migemo/Makefile')
-rw-r--r-- | japanese/migemo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile index 46e1824b573f..0965ec1258fe 100644 --- a/japanese/migemo/Makefile +++ b/japanese/migemo/Makefile @@ -18,10 +18,10 @@ COMMENT?= Japanese incremental search tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \ - ${RUBY_SITELIBDIR}/bsearch.rb:${PORTSDIR}/devel/ruby-bsearch -RUN_DEPENDS= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \ - ${RUBY_SITELIBDIR}/bsearch.rb:${PORTSDIR}/devel/ruby-bsearch +BUILD_DEPENDS= ${RUBY_SITELIBDIR}/romkan.rb:japanese/ruby-romkan \ + ${RUBY_SITELIBDIR}/bsearch.rb:devel/ruby-bsearch +RUN_DEPENDS= ${RUBY_SITELIBDIR}/romkan.rb:japanese/ruby-romkan \ + ${RUBY_SITELIBDIR}/bsearch.rb:devel/ruby-bsearch GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} |