aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xneur
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 00:01:21 +0800
committermarino <marino@FreeBSD.org>2015-03-25 00:01:21 +0800
commit1b477abc2933e25096e362f8a5ccc3a4cfea9b0e (patch)
tree39257fd28dbfaa680ec8b78183dbd71aec1e6369 /deskutils/xneur
parent5984003b68a98d4c43b0e0b608997d4bb833a43c (diff)
downloadfreebsd-ports-gnome-1b477abc2933e25096e362f8a5ccc3a4cfea9b0e.tar.gz
freebsd-ports-gnome-1b477abc2933e25096e362f8a5ccc3a4cfea9b0e.tar.zst
freebsd-ports-gnome-1b477abc2933e25096e362f8a5ccc3a4cfea9b0e.zip
6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket
Diffstat (limited to 'deskutils/xneur')
-rw-r--r--deskutils/xneur/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile
index cc95f8c850c9..42826b29e1c0 100644
--- a/deskutils/xneur/Makefile
+++ b/deskutils/xneur/Makefile
@@ -16,8 +16,8 @@ LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \
USES= pathfix pkgconfig iconv tar:bzip2 libtool
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur
USE_LDCONFIG= yes