From 03cceed935615886af3d9551e9fb9b573ce3744a Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 14 Feb 2013 09:42:12 +0000 Subject: - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel) Approved by: portmgr --- devel/libccid/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel/libccid') diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index b92424814873..1cf28db02b86 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -24,8 +24,7 @@ CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \ --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB= VER=${PORTVERSION} -- cgit v1.2.3