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/funktrackergold/Makefile | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) |
Notes
Diffstat (limited to 'audio/funktrackergold/Makefile')
-rw-r--r-- | audio/funktrackergold/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index 4738efdc047f..6e4b7147ca42 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -19,8 +19,7 @@ LICENSE= GPLv2 USES= compiler:nestedfct tar:tgz WRKSRC= ${WRKDIR}/funkgold -MAKE_ARGS= EXTRA_CFLAGS="${PTHREAD_CFLAGS}" \ - EXTRA_LDFLAGS="${PTHREAD_LIBS}" +MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold |