diff options
author | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
commit | c879597001d5ea5ee3658d9d7cac668dd5ddc515 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /graphics/ruby-gd/Makefile | |
parent | e1f96ba5795bfeca8f1660f259ce8f0ca41a16db (diff) | |
download | pkgsrc-c879597001d5ea5ee3658d9d7cac668dd5ddc515.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r-- | graphics/ruby-gd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 8f371f70bbb..6f31473c9ca 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/11/27 16:12:57 taca Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/28 14:08:01 taca Exp $ DISTNAME= ruby-GD-${VER}-1 PKGNAME= ${RUBY_PKGPREFIX}-gd-${VER}.1 +PKGREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://tam.0xfa.com/ruby-gd/ @@ -9,6 +10,7 @@ MAINTAINER= rasputin@idoru.mine.nu HOMEPAGE= # not available COMMENT= Ruby extension to drive the GD library +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-GD-${VER} |