Fri Jun 21 15:55:48 2019 UTC ()
Prepare update 3.7.13.4 to 3.7.13.5, Remove PKGREVISION=,


(mef)
diff -r1.13 -r1.14 pkgsrc/ham/gnuradio-ctrlport/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/ham/gnuradio-ctrlport/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-ctrlport/Makefile 2018/12/13 19:52:02 1.13
+++ pkgsrc/ham/gnuradio-ctrlport/Makefile 2019/06/21 15:55:48 1.14
@@ -1,12 +1,11 @@ @@ -1,12 +1,11 @@
1# $NetBSD: Makefile,v 1.13 2018/12/13 19:52:02 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2019/06/21 15:55:48 mef Exp $
2 2
3PKGNAME= gnuradio-ctrlport-${VERSION} 3PKGNAME= gnuradio-ctrlport-${VERSION}
4PKGREVISION= 2 
5COMMENT= New set of hooks into GNU Radio to allow a remote client to attach 4COMMENT= New set of hooks into GNU Radio to allow a remote client to attach
6.include "../../ham/gnuradio-core/Makefile.common" 5.include "../../ham/gnuradio-core/Makefile.common"
7.include "../../ham/gnuradio-core/Nocore.mk" 6.include "../../ham/gnuradio-core/Nocore.mk"
8 7
9CMAKE_ARGS+= -DENABLE_DEFAULT=False 8CMAKE_ARGS+= -DENABLE_DEFAULT=False
10CMAKE_ARGS+= -DENABLE_GR_CTRLPORT=True 9CMAKE_ARGS+= -DENABLE_GR_CTRLPORT=True
11 10
12.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"