diff options
author | obache <obache@pkgsrc.org> | 2011-01-29 11:58:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-29 11:58:04 +0000 |
commit | 751bdee06a25292bbdcde014004d48181240f01e (patch) | |
tree | dc8bd528f9e69fab698a39a0eaf4115758fd5c7d /graphics | |
parent | de0354d4fccf1c2f56bf5f568e7ba1fe7aeef91d (diff) | |
download | pkgsrc-751bdee06a25292bbdcde014004d48181240f01e.tar.gz |
RUBY_HAS_ARCHLIB is deprecated.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-rcairo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ruby-rcairo/Makefile b/graphics/ruby-rcairo/Makefile index 9f818da4026..208ef022993 100644 --- a/graphics/ruby-rcairo/Makefile +++ b/graphics/ruby-rcairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/01/13 13:36:22 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2011/01/29 11:58:04 obache Exp $ DISTNAME= rcairo-1.10.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config USE_RUBY_EXTCONF= yes -RUBY_HAS_ARCHILIB= yes #do-test: # ${RUN} cd ${WRKSRC}; \ |