diff options
author | marino <marino@FreeBSD.org> | 2017-01-11 05:16:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-01-11 05:16:30 +0800 |
commit | f252f51836ade67871b20bd83af49525be47b640 (patch) | |
tree | ac4c4f73206405fc7fac797abccfa4dd27677f25 /audio | |
parent | a472ef2bbf9ac8a0ea2d90de0c60d03ab724d224 (diff) | |
download | freebsd-ports-gnome-f252f51836ade67871b20bd83af49525be47b640.tar.gz freebsd-ports-gnome-f252f51836ade67871b20bd83af49525be47b640.tar.zst freebsd-ports-gnome-f252f51836ade67871b20bd83af49525be47b640.zip |
audio/csound6: USES+= alias
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 7847613749b7..a7e6f6af6356 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -105,7 +105,9 @@ DOCS_DISTFILES= Csound${PORTVERSION:R}_manual_html.zip:manual MAKE_ARGS+= Word64=1 .endif +.if ${OPSYS} == FreeBSD CXXLIB= c++ +.endif BROKEN_powerpc64= Does not build |