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 | 3b4544eb75ae59cd3f2a27eb038924d4474c9e2a (patch) | |
tree | dc7ecb57004daceb1c0daa2f7b412a480f1d9252 /ham | |
parent | 196c34ff61b101a080972c7557f39596ea9b3243 (diff) | |
download | pkgsrc-3b4544eb75ae59cd3f2a27eb038924d4474c9e2a.tar.gz |
Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel.
Diffstat (limited to 'ham')
-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 |