diff options
Diffstat (limited to '')
-rw-r--r-- | devel/libccid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 7be111caf779..313431955cfe 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_PERL5_BUILD=yes CONFIGURE_ARGS= --enable-usbdropdir=${LOCALBASE}/lib/pcsc/drivers \ --enable-ccidtwindir=${LOCALBASE}/lib/pcsc/drivers/serial \ - --enable-udev --mandir=${PREFIX}/man + --enable-udev CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ |