diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
commit | 8d3cbb81c0fa83b04e8805ac08f46e113648f4dd (patch) | |
tree | d71d09928594a99dbb872d6c9c8c4d0b015afa02 /comms/wsjt | |
parent | 582cbc5693aae4d4a403abcd80c5a703c3126ef4 (diff) | |
download | freebsd-ports-gnome-8d3cbb81c0fa83b04e8805ac08f46e113648f4dd.tar.gz freebsd-ports-gnome-8d3cbb81c0fa83b04e8805ac08f46e113648f4dd.tar.zst freebsd-ports-gnome-8d3cbb81c0fa83b04e8805ac08f46e113648f4dd.zip |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Diffstat (limited to 'comms/wsjt')
-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 4cb4d72c1b86..336655fabe1e 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjt VERSION= 9.1 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSION= ${VERSION}.r${SVN_REV} CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} |