diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-07 19:59:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-07 19:59:21 +0000 |
commit | 6d48ae39ccff4a97057a9d085b5309a8261f212a (patch) | |
tree | 078dac07816406ca7212ef165bd37c7fdfb503af /devel/ruby-subversion | |
parent | 3fc50e6a6c270476fea9306487b2f5300311cade (diff) | |
download | pkgsrc-6d48ae39ccff4a97057a9d085b5309a8261f212a.tar.gz |
Fix some pkglint warnings.
Diffstat (limited to 'devel/ruby-subversion')
-rw-r--r-- | devel/ruby-subversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 079a7aefc5c..b8cc8ef2e14 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/07 19:58:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/02/07 19:59:22 wiz Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} PKGREVISION= 3 @@ -6,7 +6,7 @@ COMMENT= Ruby bindings for Subversion .include "../../devel/subversion/Makefile.common" -SHLIBTOOL_OVERRIDE= libtool +SHLIBTOOL_OVERRIDE+= libtool REPLACE_RUBY_DIRS= ${WRKSRC}/tools |