diff options
author | taca <taca@pkgsrc.org> | 2016-10-24 14:30:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-24 14:30:18 +0000 |
commit | ab8d07e5e67d827bb10ae5e810f0638d33ec7ddc (patch) | |
tree | f5b53afbda350df7697283d4e82a70146c9e4c07 /textproc | |
parent | 596c7f414a2eb18063c3121e96f71a7459ecd5ae (diff) | |
download | pkgsrc-ab8d07e5e67d827bb10ae5e810f0638d33ec7ddc.tar.gz |
No need to specify RUBY_VERSIONS_ACCEPTED.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/migemo/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 0ceb1a396d9..f8eeeafa7fe 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2016/09/08 15:19:19 joerg Exp $ +# $NetBSD: Makefile.common,v 1.11 2016/10/24 14:30:18 taca Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -11,5 +11,3 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ - -RUBY_VERSIONS_ACCEPTED= 21 22 23 |