summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ham/gnuradio-atsc/Makefile4
-rw-r--r--ham/gnuradio-dtv/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/ham/gnuradio-atsc/Makefile b/ham/gnuradio-atsc/Makefile
index 5c2c740c2c0..6ee8c46a6f0 100644
--- a/ham/gnuradio-atsc/Makefile
+++ b/ham/gnuradio-atsc/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/25 14:21:03 mef Exp $
PKGNAME= gnuradio-atsc-${VERSION}
+PKGREVISION= 1
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -13,4 +14,5 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=ON
DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
PLIST_MINUS+= fec
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile
index ea46a646029..3ef40902b0e 100644
--- a/ham/gnuradio-dtv/Makefile
+++ b/ham/gnuradio-dtv/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.5 2016/03/25 14:21:03 mef Exp $
PKGNAME= gnuradio-dtv-${VERSION}
+PKGREVISION= 1
COMMENT= Various digital television standards of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -12,5 +13,6 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=True
PLIST_MINUS+= fec
.include "../../ham/gnuradio-fec/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"