diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-10-05 18:10:02 +0800 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-10-05 18:10:02 +0800 |
commit | 33f178ede0d659eb53b7d087a8f6fa33418d8a7a (patch) | |
tree | f2189578c9b7432c0c6dab878683896270da4d2d /comms | |
parent | f5975804d89f6510861a92c266abc816cd9b09d9 (diff) | |
download | freebsd-ports-gnome-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.tar.gz freebsd-ports-gnome-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.tar.zst freebsd-ports-gnome-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.zip |
Add missing USES=gl to my ports
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gqrx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 42114fa81362..043d6e62fe6c 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libboost_program_options.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp -USES= pkgconfig qmake qt:5 +USES= gl pkgconfig qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= csete |