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 | |
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')
-rw-r--r-- | graphics/ruby-gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-opengl/Makefile | 4 |
2 files changed, 6 insertions, 2 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} diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index d5bf7bc014e..e10ab345947 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/11/28 14:55:00 taca Exp $ +# $NetBSD: Makefile,v 1.16 2005/01/28 14:08:01 taca Exp $ # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp DISTNAME= rbogl-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-opengl-${VERSION} +PKGREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://www2.giganet.net/~yoshi/ @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www2.giganet.net/~yoshi/ COMMENT= OpenGL/GLU/GLUT interface modules for Ruby +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes USE_X11= yes |