diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-01-15 21:02:28 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-01-15 21:02:28 +0000 |
commit | 54dbad7d6236647633b259e2a1b6eda93fd37544 (patch) | |
tree | 9bf1b597cab6b5ceed5e3615d701f2c8d55e845b /devel/pcsc-lite/Makefile | |
parent | 80a150f0f0d8763097fa6ccbae0d40d673c71280 (diff) | |
download | ports-54dbad7d6236647633b259e2a1b6eda93fd37544.tar.gz ports-54dbad7d6236647633b259e2a1b6eda93fd37544.zip |
Notes
Diffstat (limited to 'devel/pcsc-lite/Makefile')
-rw-r--r-- | devel/pcsc-lite/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 2998ac9db734..a3f548df0cef 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.4.102 +PORTVERSION= 1.5.1 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= http://alioth.debian.org/frs/download.php/2479/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/2708/ DISTNAME= pcsc-lite-${PORTVERSION:S/.b./-beta/} MAINTAINER= arved@FreeBSD.org @@ -31,8 +31,7 @@ CONFIGURE_ARGS+=--enable-debug \ --enable-confdir=${PREFIX}/etc/ \ --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \ --enable-muscledropdir=${PREFIX}/lib/pcsc/services/ \ - --enable-threadsafe \ - --disable-libhal + --enable-threadsafe PKGMESSAGE= ${WRKDIR}/pkg-message MAN5= reader.conf.5 @@ -40,7 +39,10 @@ MAN8= pcscd.8 update-reader.conf.8 .if !defined(WITHOUT_USB) LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} +CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} \ + --disable-libhal +.else +LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal .endif post-patch: |