diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-03 16:58:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-03 16:58:04 +0000 |
commit | 2bb7d8d384f4ff2a1c27de6872eebd2abda8244f (patch) | |
tree | 6f2d433c018847e4dc77cc45639514de92ef51b0 /audio/xanalyser | |
parent | 1098b8cde4a84de95311ae33feef4b14a0e8d7ed (diff) | |
download | pkgsrc-2bb7d8d384f4ff2a1c27de6872eebd2abda8244f.tar.gz |
Use C++ compiler.
Diffstat (limited to 'audio/xanalyser')
-rw-r--r-- | audio/xanalyser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index 2e8d8f0b7b6..4a4dca2a988 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/11 19:00:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/03 16:58:04 minskim Exp $ # DISTNAME= xanalyser-1.21 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.suse.de/~arvin/xanalyser/ COMMENT= Frequency spectrum analyser for X USE_BUILDLINK3= yes +USE_LANGUAGES= c++ USE_X11= # defined GNU_CONFIGURE= # defined |