diff options
Diffstat (limited to 'devel/ruby-rcov/Makefile')
-rw-r--r-- | devel/ruby-rcov/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-rcov/Makefile b/devel/ruby-rcov/Makefile index eb594531e35..5e553b5deb0 100644 --- a/devel/ruby-rcov/Makefile +++ b/devel/ruby-rcov/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/03/20 10:25:47 taca Exp $ +# $NetBSD: Makefile,v 1.9 2014/03/13 11:08:51 jperkin Exp $ DISTNAME= rcov-1.0.0 CATEGORIES= devel @@ -10,6 +10,8 @@ LICENSE= gnu-gpl-v2 OR ruby-license RUBY_VERSION_SUPPORTED= 18 +USE_GCC_RUNTIME= yes + post-install: ${MV} ${DESTDIR}${PREFIX}/bin/rcov ${DESTDIR}${PREFIX}/bin/rcov${RUBY_VER} |