diff options
author | salo <salo> | 2002-11-30 23:32:20 +0000 |
---|---|---|
committer | salo <salo> | 2002-11-30 23:32:20 +0000 |
commit | 6a1dd115f043269a90653a5d29b5db2140423bde (patch) | |
tree | 43f669dd2beef7d73d698546edabe0d536530463 /emulators | |
parent | 0c8d2bc7319df5700c4d1e21c46775986b806cac (diff) | |
download | pkgsrc-6a1dd115f043269a90653a5d29b5db2140423bde.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a56539467c9..7384c4355d2 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/09/21 12:37:12 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2002/11/30 23:36:33 salo Exp $ # DISTNAME= vice-1.10 @@ -15,6 +15,8 @@ MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://viceteam.bei.t-online.de/ 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} @@ -23,8 +25,8 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11= YES USE_GMAKE= YES GNU_CONFIGURE= YES |