diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/libccid | |
parent | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (diff) |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=312209
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |