diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 21:37:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 21:37:39 +0000 |
commit | 112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch) | |
tree | 277ac2758fc47caca6c3e00663bc52d197085558 /audio/jack_ghero | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) |
Notes
Diffstat (limited to 'audio/jack_ghero')
-rw-r--r-- | audio/jack_ghero/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile index 19a70932d846..6bc64e518db8 100644 --- a/audio/jack_ghero/Makefile +++ b/audio/jack_ghero/Makefile @@ -23,11 +23,11 @@ OPTIONS_DEFINE= DEBUG .include <bsd.port.options.mk> -MAKE_ARGS+=" HAVE_MAN=YES" -MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}" +MAKE_ARGS+= HAVE_MAN="YES" +MAKE_ARGS+= PTHREAD_LIBS="-lpthread" .if ${PORT_OPTIONS:MDEBUG} -MAKE_ARGS+=" HAVE_DEBUG=YES" +MAKE_ARGS+= HAVE_DEBUG="YES" .endif .include <bsd.port.mk> |