diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-24 07:08:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-24 07:08:59 +0000 |
commit | 66c59c4196f5931f49599b8452ed078e23de51df (patch) | |
tree | 22111c04ef97fb7a8d565777281a1f87a32135ac /comms | |
parent | 06d2912547c6589330279f28930b2c4acd685c54 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/cwstudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/cwstudio/Makefile b/comms/cwstudio/Makefile index d4b185797a77..aa63202fabfc 100644 --- a/comms/cwstudio/Makefile +++ b/comms/cwstudio/Makefile @@ -11,7 +11,7 @@ COMMENT= Multichannel portable Morse code signals generator LICENSE= GPLv3+ -USES+= ncurses +USES= compiler:c++11-lang ncurses USE_WX= 3.0+ GNU_CONFIGURE= yes |