diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-09-19 09:10:23 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-09-19 09:10:23 +0000 |
commit | f67da5b37a0b9c38d4d872437d12bb4b7a1e74b7 (patch) | |
tree | 5f6b862e0f19268dfa9c9b15c14dde21b62e98f0 /emulators/gpsim-devel | |
parent | 375ae0a3258047f7d69c75620882d8ddda18c2e1 (diff) | |
download | pkgsrc-f67da5b37a0b9c38d4d872437d12bb4b7a1e74b7.tar.gz |
Require gcc 3.0, so that it builds on NetBSD 1.6.x too.
Diffstat (limited to 'emulators/gpsim-devel')
-rw-r--r-- | emulators/gpsim-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |