Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/ham/gnuradio-atsc/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/ham/gnuradio-atsc/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.8 diff -u -p -r1.2 -r1.8 --- pkgsrc/ham/gnuradio-atsc/Attic/Makefile 2015/04/17 15:53:07 1.2 +++ pkgsrc/ham/gnuradio-atsc/Attic/Makefile 2017/01/13 22:03:35 1.8 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/13 22:03:35 mef Exp $ PKGNAME= gnuradio-atsc-${VERSION} -PKGREVISION= 1 -COMMENT= Advanced Television Systems Committee, ATSC module of gnuradio +COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" @@ -14,4 +13,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"