diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 16:36:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 16:36:22 +0000 |
commit | 4bdd97e324f080038787d28239a2dc8303f24322 (patch) | |
tree | d71d09928594a99dbb872d6c9c8c4d0b015afa02 /comms/qsstv | |
parent | 86df2db56e9c46fe902220afa074fb5a57c13424 (diff) |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes
Notes:
svn path=/head/; revision=366788
Diffstat (limited to 'comms/qsstv')
-rw-r--r-- | comms/qsstv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index 8967e587bf31..daf5a5d3e826 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -2,7 +2,7 @@ PORTNAME= qsstv PORTVERSION= 8.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://users.telenet.be/on4qz/qsstv/downloads/ \ ${MASTER_SITE_LOCAL} |