diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /emulators | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |