Define BUILD_USES_MSGFMT because this package needs msgfmt to generate
.mo files.
This commit is contained in:
parent
b8a6cec645
commit
3922d426d8
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2004/11/27 02:35:53 epg Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2005/03/21 20:40:01 minskim Exp $
|
||||
|
||||
PKGNAME= subversion-base-${SVNVER}
|
||||
COMMENT= Version control system, base programs and libraries
|
||||
|
@ -7,6 +7,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
|
||||
.include "../subversion/Makefile.common"
|
||||
|
||||
BUILD_USES_MSGFMT= yes
|
||||
|
||||
BUILD_DEFS+= PKG_OPTIONS.apr
|
||||
|
||||
CONFIGURE_ARGS+= --without-apache
|
||||
|
|
Loading…
Reference in a new issue