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 | c3ffe35cf7ee20fd3da97e0a0794bc882f07de92 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /x11/ruby-fox | |
parent | b7bfa051b1142e2e7675efac79fc511ad6ed8436 (diff) | |
download | pkgsrc-c3ffe35cf7ee20fd3da97e0a0794bc882f07de92.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'x11/ruby-fox')
-rw-r--r-- | x11/ruby-fox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/ruby-fox/Makefile b/x11/ruby-fox/Makefile index cc288d68b45..551983637d8 100644 --- a/x11/ruby-fox/Makefile +++ b/x11/ruby-fox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/12/28 23:18:22 reed Exp $ +# $NetBSD: Makefile,v 1.21 2005/01/28 14:08:02 taca Exp $ DISTNAME= FXRuby-1.0.29 PKGNAME= ${RUBY_PKGPREFIX}-fox-1.0.29 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 ruby MASTER_SITES= http://rubyforge.org/frs/download.php/983/ \ ${MASTER_SITE_SOURCEFORGE:=fxruby/} @@ -10,6 +10,7 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://www.fxruby.org/ COMMENT= Ruby interface to FOX GUI library +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes USE_X11= yes |