diff options
-rw-r--r-- | devel/subversion-base/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index 771530cbc1f..a6c667e4583 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2009/04/16 21:42:42 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2009/04/23 18:03:42 minskim Exp $ PKGNAME= subversion-base-${SVNVER} PKGREVISION= 2 @@ -7,6 +7,10 @@ COMMENT= Version control system, base programs and libraries PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +# on at least solaris, configure fails to figure out +# that you need -lintl +BROKEN_GETTEXT_DETECTION= yes + .include "../../devel/subversion/Makefile.common" .if !empty(PKG_OPTIONS:Mapr1) @@ -19,10 +23,6 @@ BUILD_DEFS+= ${APU_OPTIONS} USE_TOOLS+= msgfmt -# on at least solaris, configure fails to figure out -# that you need -lintl -BROKEN_GETTEXT_DETECTION= yes - CONFIGURE_ARGS+= --disable-neon-version-check CONFIGURE_ARGS+= --without-apache CONFIGURE_ARGS+= --without-apxs |