aboutsummaryrefslogtreecommitdiff
path: root/audio/wmsmixer
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 13:51:26 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 13:51:26 +0000
commitb8648043d07e5b8266164a7c0df0a832595be88c (patch)
tree890af03167fb423815deee63e373220523c65f13 /audio/wmsmixer
parent7bde1661450f4c2868c5eab281acfee57f413e00 (diff)
downloadports-b8648043d07e5b8266164a7c0df0a832595be88c.tar.gz
ports-b8648043d07e5b8266164a7c0df0a832595be88c.zip
Support CXX/CXXFLAGS properly.
PR: ports/47736 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=74488
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r--audio/wmsmixer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile
index df09e0e1c094..cd0711a8df7f 100644
--- a/audio/wmsmixer/Makefile
+++ b/audio/wmsmixer/Makefile
@@ -14,6 +14,6 @@ MAINTAINER= ports@FreeBSD.org
USE_XPM= YES
USE_IMAKE= YES
-MAKE_ARGS= CC=g++
+MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
.include <bsd.port.mk>