diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gpsim-oscilloscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gpsim-oscilloscope/Makefile b/emulators/gpsim-oscilloscope/Makefile index 4d9b064ad2c..3a36fa969b5 100644 --- a/emulators/gpsim-oscilloscope/Makefile +++ b/emulators/gpsim-oscilloscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/11 23:51:16 joerg Exp $ # DISTNAME= oscilloscope-0.1.2 @@ -12,7 +12,7 @@ COMMENT= Oscilloscope module for gpsim GNU_CONFIGURE= YES USE_LANGUAGES= c c++ - +USE_TOOLS+= pkg-config USE_LIBTOOL= YES GCC_REQD+= 3.0 |