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 /comms/ruby-termios | |
parent | b7bfa051b1142e2e7675efac79fc511ad6ed8436 (diff) | |
download | pkgsrc-c3ffe35cf7ee20fd3da97e0a0794bc882f07de92.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'comms/ruby-termios')
-rw-r--r-- | comms/ruby-termios/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index d363299635a..6b7cada19b8 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/11/27 15:34:29 taca Exp $ +# $NetBSD: Makefile,v 1.11 2005/01/28 14:08:01 taca Exp $ # DISTNAME= ruby-termios-0.9.4 PKGNAME= ${RUBY_PKGPREFIX}-termios-0.9.4 +PKGREVISION= 1 CATEGORIES= comms ruby MASTER_SITES= http://arika.org/archive/ @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://arika.org/ruby/termios COMMENT= Ruby extension to termios library +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes |