diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 23:51:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 23:51:16 +0000 |
commit | 33740e1713aba145d81ac2645f041e7bfe2a6530 (patch) | |
tree | f0847a54f1169df133864c81be4d912ef91829ec /emulators/gpsim-oscilloscope | |
parent | 066004d5765eae0156442c44a0af66c4e205541a (diff) | |
download | pkgsrc-33740e1713aba145d81ac2645f041e7bfe2a6530.tar.gz |
Needs pkg-config.
Diffstat (limited to 'emulators/gpsim-oscilloscope')
-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 |