diff options
author | joerg <joerg> | 2014-10-20 20:08:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-10-20 20:08:09 +0000 |
commit | 0ce6489751030384938d68d7a18d961c27fe01c0 (patch) | |
tree | 514f0155f90892c8428cb9dc4ef86496fe0a61e3 /ham | |
parent | 9fa69075d134e40fa03950b61dd36254242504a4 (diff) | |
download | pkgsrc-0ce6489751030384938d68d7a18d961c27fe01c0.tar.gz |
Make sure that qwt-qt4 users don't pick up qwt6-qt4.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-qtgui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/gnuradio-qtgui/Makefile b/ham/gnuradio-qtgui/Makefile index 3722dc9e7a1..ad0b23231f4 100644 --- a/ham/gnuradio-qtgui/Makefile +++ b/ham/gnuradio-qtgui/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $ +# $NetBSD: Makefile,v 1.2 2014/10/20 20:08:09 joerg Exp $ PKGNAME= gnuradio-qtgui-${VERSION} +PKGREVISION= 1 COMMENT= Qt GUI module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" |