summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-12-05 12:12:23 +0000
committertaca <taca@pkgsrc.org>2012-12-05 12:12:23 +0000
commit7416c3d51f0912f3af01c4666cf28c29aa753f89 (patch)
treeeaa32183c4496e58ee1a59ad5b1d143ebb67448f /comms
parentbc8d404595f6e5bc9de5b19dad2cfbdc8fb91da3 (diff)
downloadpkgsrc-7416c3d51f0912f3af01c4666cf28c29aa753f89.tar.gz
Fix build problem with ruby193-base-1.9.3p327 (Ruby 1.9.3 patchlevel 327).
Diffstat (limited to 'comms')
-rw-r--r--comms/ruby-termios/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 843812aea36..83a5b5b564b 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/11/08 15:37:33 taca Exp $
+# $NetBSD: Makefile,v 1.25 2012/12/05 12:12:23 taca Exp $
DISTNAME= ruby-termios-0.9.6
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -10,7 +10,7 @@ HOMEPAGE= http://arika.org/ruby/termios
COMMENT= Ruby extension to termios library
LICENSE= gnu-gpl-v2 OR ruby-license
-GEM_CLEANBUILD= Makefile *.o termios.${RUBY_DLEXT} mkmf.log
+GEM_CLEANBUILD= Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"