diff options
author | kristerw <kristerw> | 2002-02-28 17:54:52 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2002-02-28 17:54:52 +0000 |
commit | 4853276349ffe2a55abca10435de72354c757f03 (patch) | |
tree | 6adcbd7789690bf70ed9a203c1630917993d542b /emulators/vice | |
parent | 86bf0f87a0293f1ef8e50155a4a2360b7d59e040 (diff) | |
download | pkgsrc-4853276349ffe2a55abca10435de72354c757f03.tar.gz |
This package needs gmake to install properly.
Noted by Ben Wong in PR pkg/15765.
Diffstat (limited to 'emulators/vice')
-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 44d115c8e3e..5235ee3b87d 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/02/18 15:14:18 seb Exp $ +# $NetBSD: Makefile,v 1.23 2002/02/28 17:54:52 kristerw Exp $ # DISTNAME= vice-1.7 @@ -23,6 +23,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +USE_GMAKE= YES GNU_CONFIGURE= YES BUILD_USES_MSGFMT= YES USE_BUILDLINK_ONLY= YES |