diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 05:37:39 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 05:37:39 +0800 |
commit | 112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch) | |
tree | 277ac2758fc47caca6c3e00663bc52d197085558 /audio/ncmpcpp | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) | |
download | freebsd-ports-gnome-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz freebsd-ports-gnome-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.zst freebsd-ports-gnome-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r-- | audio/ncmpcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index fbfb58e8635f..819d9dbff42e 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -19,7 +19,7 @@ USES= compiler:c++11-lib iconv libtool ncurses pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -lpthread -L${LOCALBASE}/lib CONFIGURE_ENV= BOOST_LIB_SUFFIX="" OPTIONS_DEFINE= CURL CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER |