diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-21 21:40:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-21 21:40:20 +0000 |
commit | 80f51e33dcfdbd71b64d1990e840735a195013b2 (patch) | |
tree | ddc2a4351490275632b825137daf2a8ad2993f6f /textproc | |
parent | dba8131ff1b8a8703c8df13b628f0ebcb1ffa611 (diff) | |
download | pkgsrc-80f51e33dcfdbd71b64d1990e840735a195013b2.tar.gz |
Transitive closure for RUBY_VERSION_SUPPORTED=18.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/migemo/Makefile | 3 | ||||
-rw-r--r-- | textproc/migemo/Makefile.common | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/migemo/Makefile b/textproc/migemo/Makefile index f125e2aa65a..e5a5ae9b1c2 100644 --- a/textproc/migemo/Makefile +++ b/textproc/migemo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/09/07 17:20:26 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/21 21:40:20 joerg Exp $ .include "../../textproc/migemo/Makefile.common" @@ -12,7 +12,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${RUBY_PKGPREFIX}-bsearch-*:../../devel/ruby-bsearch DEPENDS+= ${RUBY_PKGPREFIX}-romkan-*:../../converters/ruby-romkan -RUBY_VERSION_SUPPORTED= 18 USE_TOOLS+= autoconf automake aclocal GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB} diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 8717c85b553..186677a06d1 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2008/02/10 13:08:51 obache Exp $ +# $NetBSD: Makefile.common,v 1.2 2011/09/21 21:40:20 joerg Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -11,3 +11,5 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ + +RUBY_VERSION_SUPPORTED= 18 |