diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 06:44:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 06:44:03 +0000 |
commit | ecbb312b1d79c477ee7f06222d74323edc1fb85a (patch) | |
tree | ea76b530ce0a8b1bb70ac5c32db94949a61c1f92 /graphics/ruby-clutter | |
parent | d077432c2e171c35f8c6c3513a022f5ea07cb553 (diff) | |
download | pkgsrc-ecbb312b1d79c477ee7f06222d74323edc1fb85a.tar.gz |
* Update RUBY_HAS_ARCHLIB.
* Remove RUBY_HAS_ARCHLIB.
Diffstat (limited to 'graphics/ruby-clutter')
-rw-r--r-- | graphics/ruby-clutter/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ruby-clutter/Makefile.common b/graphics/ruby-clutter/Makefile.common index b7c46dfb3fb..d03ae2e6c90 100644 --- a/graphics/ruby-clutter/Makefile.common +++ b/graphics/ruby-clutter/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2010/05/15 23:52:40 obache Exp $ +# $NetBSD: Makefile.common,v 1.3 2010/09/10 06:44:03 taca Exp $ # # used by graphics/ruby-clutter-cairo/Makefile # used by graphics/ruby-clutter-core/Makefile @@ -13,7 +13,7 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/ruby-clutter/distinfo PATCHDIR= ${.CURDIR}/../../graphics/ruby-clutter/patches MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://rbclutter.rubyforge.org/ +HOMEPAGE= http://rubyforge.org/projects/rbclutter/ LICENSE= gnu-lgpl-v2.1 VERSION= 0.8.0 @@ -21,7 +21,6 @@ VERSION= 0.8.0 .if defined(NO_BUILD) && empty(NO_BUILD:M[Nn][Oo]) .include "../../lang/ruby/rubyversion.mk" .else -RUBY_HAS_ARCHLIB= yes USE_RUBY_EXTCONF= yes .include "../../lang/ruby/modules.mk" .endif |