diff options
Diffstat (limited to 'audio/jack_ghero/Makefile')
-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 19a7093..6bc64e5 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> |