From f67da5b37a0b9c38d4d872437d12bb4b7a1e74b7 Mon Sep 17 00:00:00 2001 From: bouyer Date: Mon, 19 Sep 2005 09:10:23 +0000 Subject: Require gcc 3.0, so that it builds on NetBSD 1.6.x too. --- emulators/gpsim-devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/gpsim-devel') diff --git a/emulators/gpsim-devel/Makefile b/emulators/gpsim-devel/Makefile index 69b90e0a9b5..738f63d484e 100644 --- a/emulators/gpsim-devel/Makefile +++ b/emulators/gpsim-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/09/07 20:17:46 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/19 09:10:23 bouyer Exp $ # DISTNAME= gpsim-20050905 @@ -15,6 +15,8 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bison gmake lex pkg-config USE_LIBTOOL= YES +GCC_REQD+= 3.0 + USE_GNU_READLINE= # rl_callback_read_char, rl_copy_text, # rl_callback_handler_remove, rl_forced_update_display, # rl_callback_handler_install -- cgit v1.2.3