summaryrefslogtreecommitdiff
path: root/ham/gnuradio-fec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-fec/Makefile')
-rw-r--r--ham/gnuradio-fec/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile
index f874ad215fd..2bb1d3620f8 100644
--- a/ham/gnuradio-fec/Makefile
+++ b/ham/gnuradio-fec/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/18 17:58:03 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/30 21:01:28 tnn Exp $
PKGNAME= gnuradio-fec-${VERSION}
-PKGREVISION= 5
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -9,6 +8,9 @@ COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
+CMAKE_ARGS+= -DENABLE_GRC=ON
+
+PLIST_MINUS+= companion
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"