diff options
author | tnn <tnn@pkgsrc.org> | 2015-02-07 22:06:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-02-07 22:06:52 +0000 |
commit | 1da956db0b386b7b5d1e8079596159bea7d61eb5 (patch) | |
tree | dc7ecb57004daceb1c0daa2f7b412a480f1d9252 /ham/gnuradio-companion | |
parent | e032f462924a7be055d1e128be2e2529c61c97fd (diff) | |
download | pkgsrc-1da956db0b386b7b5d1e8079596159bea7d61eb5.tar.gz |
Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel.
Diffstat (limited to 'ham/gnuradio-companion')
-rw-r--r-- | ham/gnuradio-companion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile index 147d33d70f4..dd1fb568a32 100644 --- a/ham/gnuradio-companion/Makefile +++ b/ham/gnuradio-companion/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/01/16 12:56:40 mef Exp $ +# $NetBSD: Makefile,v 1.5 2015/02/07 22:06:52 tnn Exp $ PKGNAME= gnuradio-companion-${VERSION} COMMENT= User interface entry of GNU Radio CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf -DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml/ +DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils REPLACE_BASH= grc/freedesktop/grc_setup_freedesktop.in |