aboutsummaryrefslogtreecommitdiff
path: root/comms/cwstudio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-24 07:08:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-24 07:08:59 +0000
commit66c59c4196f5931f49599b8452ed078e23de51df (patch)
tree22111c04ef97fb7a8d565777281a1f87a32135ac /comms/cwstudio
parent06d2912547c6589330279f28930b2c4acd685c54 (diff)
downloadports-66c59c4196f5931f49599b8452ed078e23de51df.tar.gz
ports-66c59c4196f5931f49599b8452ed078e23de51df.zip
Fix build on gcc-based architectures by adding compiler:c++11-lang
to USES. PR: 236712 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=496705
Diffstat (limited to 'comms/cwstudio')
-rw-r--r--comms/cwstudio/Makefile2
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