diff options
author | shurd <shurd@FreeBSD.org> | 2015-01-12 09:16:52 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2015-01-12 09:16:52 +0800 |
commit | f97e5bdfbdba23b739cc87e679fa3cb796664586 (patch) | |
tree | a43612496e759aef0aaa7d51b0fd6a03d34da3dd /comms/wsjt/Makefile | |
parent | ed33cd14d2bb53164a2cb08ea7f9cab920e429b2 (diff) | |
download | freebsd-ports-gnome-f97e5bdfbdba23b739cc87e679fa3cb796664586.tar.gz freebsd-ports-gnome-f97e5bdfbdba23b739cc87e679fa3cb796664586.tar.zst freebsd-ports-gnome-f97e5bdfbdba23b739cc87e679fa3cb796664586.zip |
Fix waterfall display (was previously disabled by the patch).
Diffstat (limited to 'comms/wsjt/Makefile')
-rw-r--r-- | comms/wsjt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 86315f1e32d0..70e532dc8537 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjt VERSION= 9.1 -PORTREVISION= 8 +PORTREVISION= 9 DISTVERSION= ${VERSION}.r${SVN_REV} CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} |