* Update RUBY_HAS_ARCHLIB.

* Remove RUBY_HAS_ARCHLIB.
This commit is contained in:
taca 2010-09-10 06:44:03 +00:00
parent 05c54fe70d
commit 8c54f97568

View file

@ -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