diff options
Diffstat (limited to 'comms/gqrx/Makefile')
-rw-r--r-- | comms/gqrx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index a023f71d3398..a9a7a97058f7 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.6.0 +PORTVERSION= 2.6 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio @@ -28,7 +29,6 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ USE_GITHUB= yes GH_ACCOUNT= csete -GH_TAGNAME= v${PORTVERSION:S/.0$//} USES= pkgconfig qmake |