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/pure-audio | |
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/pure-audio')
-rw-r--r-- | audio/pure-audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile index fb874c75bc67..181ce73d3b5f 100644 --- a/audio/pure-audio/Makefile +++ b/audio/pure-audio/Makefile @@ -3,7 +3,7 @@ PORTNAME= pure-audio PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure |