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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile
index 372c91fd081..f51cc5f94f1 100644
--- a/ham/gnuradio-fec/Makefile
+++ b/ham/gnuradio-fec/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/03/23 13:37:20 mef Exp $
PKGNAME= gnuradio-fec-${VERSION}
+PKGREVISION= 1
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -9,4 +10,5 @@ COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"