diff options
Diffstat (limited to 'devel/libccid/Makefile')
-rw-r--r-- | devel/libccid/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 8a3f72d3fc31..b1f24fa2443d 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: libccid -# Date created: 2005-01-20 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= ccid @@ -20,8 +17,9 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes +USES= pkgconfig perl5 GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \ --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ |