diff options
-rw-r--r-- | devel/kdesdk3/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-subversion/Makefile | 4 | ||||
-rw-r--r-- | devel/py-subversion/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-subversion/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index fabec30c0ed..48ef08b48ed 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/02/07 19:58:06 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2006/02/07 19:59:21 wiz Exp $ DISTNAME= kdesdk-${_KDE_VERSION} PKGREVISION= 1 @@ -13,7 +13,7 @@ CONFLICTS+= umbrello-[0-9]* USE_DIRS+= xdg-1.1 USE_TOOLS+= lex perl:run -REPLACE_PERL= cervisia/change_colors.pl \ +REPLACE_PERL+= cervisia/change_colors.pl \ cervisia/move_repositories.pl \ cervisia/cervisia-change_repos_list.pl \ cervisia/cervisia-normalize_cvsroot.pl \ diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 380c492858f..80157f635ca 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/02/07 19:58:06 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/02/07 19:59:21 wiz Exp $ PKGNAME= p5-subversion-${SVNVER} PKGREVISION= 2 @@ -8,7 +8,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../devel/subversion/Makefile.common" -SHLIBTOOL_OVERRIDE= libtool +SHLIBTOOL_OVERRIDE+= libtool PERL5_CONFIGURE= no PERL5_OPTIONS+= threads diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index 49780cb4bae..f32b44a3362 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/07 19:58:06 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/07 19:59:21 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} PKGREVISION= 2 @@ -6,7 +6,7 @@ COMMENT= Python bindings and tools for Subversion .include "../../devel/subversion/Makefile.common" -SHLIBTOOL_OVERRIDE= libtool +SHLIBTOOL_OVERRIDE+= libtool CONFIGURE_ENV+= PYTHON2=${PYTHONBIN:Q} 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 |