summaryrefslogtreecommitdiff
path: root/ham/gnuradio-dtv/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-16 12:56:40 +0000
committermef <mef@pkgsrc.org>2015-01-16 12:56:40 +0000
commitb10c3182e4aaea0aaace154e2bb943d1acff3f55 (patch)
tree0ca8d7c857ed3ab783cc59e1d50616e4bd1d86a8 /ham/gnuradio-dtv/Makefile
parent48c999ee1b766e8d40deaa00c97542b0562c1593 (diff)
downloadpkgsrc-b10c3182e4aaea0aaace154e2bb943d1acff3f55.tar.gz
Update gnuradio-core (and others) from 3.7.5 to 3.7.5.1
See commit log of gnuradio-core for the changes. Or 2014-10-21 GnuRadio 3.7.5.1 is available http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1
Diffstat (limited to 'ham/gnuradio-dtv/Makefile')
-rw-r--r--ham/gnuradio-dtv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile
index 36da1f6505e..86437104aa2 100644
--- a/ham/gnuradio-dtv/Makefile
+++ b/ham/gnuradio-dtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/16 12:56:40 mef Exp $
PKGNAME= gnuradio-dtv-${VERSION}
COMMENT= Various digital television standards of GNU Radio
@@ -8,7 +8,9 @@ COMMENT= Various digital television standards of GNU Radio
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_DTV=True
+CMAKE_ARGS+= -DENABLE_GR_FEC=True
+PLIST_MINUS+= fec
.include "../../ham/gnuradio-fec/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"