diff options
author | gdt <gdt@pkgsrc.org> | 2018-09-24 12:04:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-09-24 12:04:39 +0000 |
commit | 61ca6f88dbb8eb2fffc273d63909681bb062d323 (patch) | |
tree | 037237741e40115eae43dad90e1ea467bebcd5a3 /ham/gr-osmosdr | |
parent | 5600903eb969ea759ee77d02bbc1ef3a482b30f3 (diff) | |
download | pkgsrc-61ca6f88dbb8eb2fffc273d63909681bb062d323.tar.gz |
gr-osmosdr: Add comments to Makefile
Diffstat (limited to 'ham/gr-osmosdr')
-rw-r--r-- | ham/gr-osmosdr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile index a1168476aab..f307dc803bb 100644 --- a/ham/gr-osmosdr/Makefile +++ b/ham/gr-osmosdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/08/16 18:54:56 adam Exp $ +# $NetBSD: Makefile,v 1.13 2018/09/24 12:04:39 gdt Exp $ DISTNAME= gr-osmosdr-0.1.4 PKGREVISION= 9 @@ -29,6 +29,8 @@ REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../devel/libusb1/buildlink3.mk" .include "../../devel/orc/buildlink3.mk" +# \todo Clearly threre is some ordering scheme. Explain it. + .include "../../ham/uhd/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |