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/muse | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) | |
download | ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip |
Notes
Diffstat (limited to 'audio/muse')
-rw-r--r-- | audio/muse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 63dba010c569..8b5617b95bc7 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -22,8 +22,8 @@ USES= gettext gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --disable-lubrify --disable-rpath -CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_SYS_UIO_H ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_SYS_UIO_H +LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lintl PORTDOCS= AUTHORS ChangeLog NEWS KNOWN-BUGS README TODO USAGE PLIST_FILES= bin/muse man/man1/muse.1.gz |