diff options
author | nox <nox@FreeBSD.org> | 2012-08-19 04:30:02 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-08-19 04:30:02 +0800 |
commit | 68c5b4e4018060d89663bebdcaf2544f9c940de3 (patch) | |
tree | 9656a63f1cc9d2ea49b47fc0e8b9a9e749a221e3 /audio/jack_ghero | |
parent | 88f328e7f2802e7e05af5bda24a34cc2b02b5fcf (diff) | |
download | freebsd-ports-gnome-68c5b4e4018060d89663bebdcaf2544f9c940de3.tar.gz freebsd-ports-gnome-68c5b4e4018060d89663bebdcaf2544f9c940de3.tar.zst freebsd-ports-gnome-68c5b4e4018060d89663bebdcaf2544f9c940de3.zip |
- Update to 1.0.3 :
- Use PTHREAD_LIBS.
Submitted by: hselasky (maintainer)
Diffstat (limited to 'audio/jack_ghero')
-rw-r--r-- | audio/jack_ghero/Makefile | 3 | ||||
-rw-r--r-- | audio/jack_ghero/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile index 432afe98b138..abc398266442 100644 --- a/audio/jack_ghero/Makefile +++ b/audio/jack_ghero/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jack_ghero -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://hselasky.homeunix.org:8192/distfiles/ @@ -29,6 +29,7 @@ OPTIONS= DEBUG "Build with debugging support" Off .include <bsd.port.options.mk> MAKE_ARGS+=" HAVE_MAN=YES" +MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}" .if defined(WITH_DEBUG) MAKE_ARGS+=" HAVE_DEBUG=YES" diff --git a/audio/jack_ghero/distinfo b/audio/jack_ghero/distinfo index b255fe343c90..9765393ae184 100644 --- a/audio/jack_ghero/distinfo +++ b/audio/jack_ghero/distinfo @@ -1,2 +1,2 @@ -SHA256 (jack_ghero-1.0.2.tar.bz2) = c075039ac96e73a15ef5f52acce02f91d578bd3bf2a777ea1084e6ccf03a942d -SIZE (jack_ghero-1.0.2.tar.bz2) = 5152 +SHA256 (jack_ghero-1.0.3.tar.bz2) = 91c5d5265605c10adff1e0f298f79ee43499f493ebaae72b23160e75e53e976a +SIZE (jack_ghero-1.0.3.tar.bz2) = 5195 |