diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-17 02:16:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-17 02:16:36 +0000 |
commit | 9a733cc3a47e6d48b15d2a2d2b85304c5fa7e996 (patch) | |
tree | 546b43f4da97a83b3fe7fcda9f2f15a570caf224 /emulators/vice/Makefile | |
parent | 73831b584faf7a1a8ce1703f407766249eff0162 (diff) | |
download | pkgsrc-9a733cc3a47e6d48b15d2a2d2b85304c5fa7e996.tar.gz |
Set BUILD_USES_MSGFMT as the configure process uses the test for msgfmt to
determine how to install the locale files.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index c5e6c72bac7..feb0e828d9a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/10/02 20:04:33 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/10/17 02:16:36 jlam Exp $ # DISTNAME= vice-1.7 @@ -24,6 +24,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= YES +BUILD_USES_MSGFMT= YES USE_GTEXINFO= YES USE_BUILDLINK_ONLY= YES |