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/ezstream | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) | |
download | ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip |
Notes
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 136fb12c5cda..313acc5af08c 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -32,8 +32,8 @@ PORTEXAMPLES= ezstream_metadata.xml ezstream_mp3.xml \ PLIST_FILES= bin/ezstream bin/ezstream-file.sh etc/ezstream/ezstream.xml \ man/man1/ezstream-file.sh.1.gz man/man1/ezstream.1.gz -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib TAGLIB_CONFIGURE_OFF= --without-taglib TAGLIB_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib |