diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
commit | 4bdd97e324f080038787d28239a2dc8303f24322 (patch) | |
tree | d71d09928594a99dbb872d6c9c8c4d0b015afa02 /comms/wspr | |
parent | 86df2db56e9c46fe902220afa074fb5a57c13424 (diff) | |
download | freebsd-ports-gnome-4bdd97e324f080038787d28239a2dc8303f24322.tar.gz freebsd-ports-gnome-4bdd97e324f080038787d28239a2dc8303f24322.tar.zst freebsd-ports-gnome-4bdd97e324f080038787d28239a2dc8303f24322.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/wspr')
-rw-r--r-- | comms/wspr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index c648cada68b2..217f67a9f902 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -3,7 +3,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db |