diff options
author | joerg <joerg@pkgsrc.org> | 2014-01-15 13:52:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-01-15 13:52:43 +0000 |
commit | aad9ee2ce8407377bd6a9d5a1c0ad3968e6b6a83 (patch) | |
tree | d9b3f5e126c9ff9396669e4491ec54b71ee5299b /sysutils | |
parent | 5566693e4aacdf743d350e879d8added0e5ae8f1 (diff) | |
download | pkgsrc-aad9ee2ce8407377bd6a9d5a1c0ad3968e6b6a83.tar.gz |
Inherit version restrictions of ruby-gnome-gtk3.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ruby-libnotify/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/ruby-libnotify/Makefile b/sysutils/ruby-libnotify/Makefile index a1da78bf620..89a8fa22b78 100644 --- a/sysutils/ruby-libnotify/Makefile +++ b/sysutils/ruby-libnotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/10/10 14:42:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/15 13:52:43 joerg Exp $ DISTNAME= ruby-libnotify-0.5.1 PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/} @@ -13,6 +13,8 @@ LICENSE= gnu-lgpl-v2.1 USE_RUBY_SETUP= yes +RUBY_VERSION_SUPPORTED= 193 200 + .include "../../x11/ruby-gnome2-gtk/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../devel/ruby-pkg-config/tool.mk" |