diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 14:55:12 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:19:13 +0000 |
commit | 6d9f72fa03e11100bb631c0b60ef2b45423205c7 (patch) | |
tree | fd05c74d10f21963d449408ee8fedcf07505921c | |
parent | d62adb22dff8e66a1524b821083cfaa06315d5b1 (diff) | |
download | ports-6d9f72fa03e11100bb631c0b60ef2b45423205c7.tar.gz ports-6d9f72fa03e11100bb631c0b60ef2b45423205c7.zip |
graphics/radiance: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/radiance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 27dcf6ebdfbd..47e954061615 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ librtmidi.so:audio/rtmidi \ libsamplerate.so:audio/libsamplerate -USES= cmake compiler:c++14-lang gl localbase:ldflags qt:5 +USES= cmake compiler:c++14-lang cpe gl localbase:ldflags qt:5 USE_GITHUB= yes GH_ACCOUNT= zbanks GH_TUPLE= zbanks:BTrack:1c5b72e:bt/BTrack |