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 /audio/whysynth | |
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 'audio/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 941c2595b29d..503b74cad331 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -3,7 +3,7 @@ PORTNAME= whysynth PORTVERSION= 20120903 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ |