aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dxirc
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 01:09:58 +0800
committermarino <marino@FreeBSD.org>2015-03-25 01:09:58 +0800
commitce2ad9703644a4533d2cbe4ed4ad08a77246d638 (patch)
tree8bff0e951ded629b0a9a867dfad08db840b0458a /irc/dxirc
parent3a4898cd58932f3e8f185cc796ff3f1ce801b5cd (diff)
downloadfreebsd-ports-gnome-ce2ad9703644a4533d2cbe4ed4ad08a77246d638.tar.gz
freebsd-ports-gnome-ce2ad9703644a4533d2cbe4ed4ad08a77246d638.tar.zst
freebsd-ports-gnome-ce2ad9703644a4533d2cbe4ed4ad08a77246d638.zip
5 ports categories: Remove $PTHREAD_LIBS
Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
Diffstat (limited to 'irc/dxirc')
-rw-r--r--irc/dxirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index cebdfc32fee1..86de41e955db 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -17,8 +17,8 @@ LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
USE_XORG= xft
USES= gmake pkgconfig
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY DOCS
OPTIONS_DEFAULT= TRAY SSL LUA