aboutsummaryrefslogtreecommitdiffstats
path: root/news/nzbget/Makefile
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-24 21:51:17 +0800
committermarino <marino@FreeBSD.org>2015-03-24 21:51:17 +0800
commitc4f4c53610f53787d0c7d53660375342e0646fd5 (patch)
treedc8148218a0cf4728c47873a35aff220fadb634f /news/nzbget/Makefile
parentb4289f925cc783f972f2ab61797c85ec772c4b49 (diff)
downloadfreebsd-ports-gnome-c4f4c53610f53787d0c7d53660375342e0646fd5.tar.gz
freebsd-ports-gnome-c4f4c53610f53787d0c7d53660375342e0646fd5.tar.zst
freebsd-ports-gnome-c4f4c53610f53787d0c7d53660375342e0646fd5.zip
8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
Diffstat (limited to 'news/nzbget/Makefile')
-rw-r--r--news/nzbget/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index 7fa248f8eac8..80e4af3f731f 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -22,8 +22,7 @@ CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= ${PTHREAD_LIBS}
-CFLAGS+= ${PTHREAD_CFLAGS}
+LDFLAGS+= -lpthread
BINMODE= 0755
SHEBANG_FILES= scripts/*.py