From 100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 28 Feb 2013 10:51:58 +0000 Subject: - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils) Approved by: portmgr --- sysutils/lineak-xosdplugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/lineak-xosdplugin/Makefile') diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index f353482c941d..49adcfc5438d 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -24,8 +24,8 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CFLAGS+= -fPIC -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= lineak_xosdplugin.1 PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ -- cgit v1.2.3