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 /inputmethod/scim-prime | |
parent | dba8131ff1b8a8703c8df13b628f0ebcb1ffa611 (diff) | |
download | pkgsrc-80f51e33dcfdbd71b64d1990e840735a195013b2.tar.gz |
Transitive closure for RUBY_VERSION_SUPPORTED=18.
Diffstat (limited to 'inputmethod/scim-prime')
-rw-r--r-- | inputmethod/scim-prime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/scim-prime/Makefile b/inputmethod/scim-prime/Makefile index 9d3495876ac..86296af7143 100644 --- a/inputmethod/scim-prime/Makefile +++ b/inputmethod/scim-prime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:57 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/09/21 21:40:20 joerg Exp $ # DISTNAME= scim-prime-1.0.1 @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +RUBY_VERSION_SUPPORTED= 18 + USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |