summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortaca <taca>2005-01-28 14:08:01 +0000
committertaca <taca>2005-01-28 14:08:01 +0000
commit75755eedcd5152756aa5691e7e25442ad3e56ffe (patch)
tree9cf6619510831f4eb9e9674ceb40e93ec754e856 /graphics
parent1a5dfee78d36ff38e7f1a4a8920f0de96624bd86 (diff)
downloadpkgsrc-75755eedcd5152756aa5691e7e25442ad3e56ffe.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/Makefile4
-rw-r--r--graphics/ruby-opengl/Makefile4
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