diff options
Diffstat (limited to 'audio/funktrackergold/Makefile')
-rw-r--r-- | audio/funktrackergold/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index dc68afcfd9dd..4ce5f6b67023 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -18,7 +18,7 @@ BROKEN_armv7= fails to compile: function definition is not allowed here USES= compiler:nestedfct ncurses tar:tgz WRKSRC= ${WRKDIR}/funkgold -MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" +MAKE_ARGS= EXTRA_LDFLAGS="-lpthread ${NCURSESLIBS}" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold |