From 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- emulators/vice/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'emulators/vice') diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 9c4c8236d20..daf4e2077e0 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/03/31 16:47:44 jlam Exp $ +# $NetBSD: Makefile,v 1.65 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= vice-1.18 @@ -11,8 +11,6 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://www.viceteam.org/ COMMENT= Emulator for C64, C128, CBM-II, PET, and VIC20 -BUILD_USES_MSGFMT= YES - RESTRICTED= ROM image copyright is questionable. NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} @@ -22,7 +20,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake bdftopcf mkfontdir +USE_TOOLS+= bdftopcf gmake mkfontdir msgfmt USE_LANGUAGES+= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-fullscreen -- cgit v1.2.3