diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-02-28 17:54:52 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-02-28 17:54:52 +0000 |
commit | b229e18ec647797b2a11eaf3678d3f90247d158f (patch) | |
tree | 6adcbd7789690bf70ed9a203c1630917993d542b /emulators/vice | |
parent | 7a2ac970fe32da24eb77ffc31fc9f71f35990514 (diff) | |
download | pkgsrc-b229e18ec647797b2a11eaf3678d3f90247d158f.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 |