diff options
author | jlam <jlam> | 2001-10-17 02:16:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-17 02:16:36 +0000 |
commit | 77acb2344fd0c44f11963082ecfd141bd5fc3fab (patch) | |
tree | 546b43f4da97a83b3fe7fcda9f2f15a570caf224 | |
parent | 2b2eb6d0ef4472e9f0c3c92f6a702dbf2c50a8a2 (diff) | |
download | pkgsrc-77acb2344fd0c44f11963082ecfd141bd5fc3fab.tar.gz |
Set BUILD_USES_MSGFMT as the configure process uses the test for msgfmt to
determine how to install the locale files.
-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 |