View | Details | Raw Unified | Return to bug 247719
Collapse All | Expand All

(-)devel/pcsc-lite/Makefile (-1 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pcsc-lite
4
PORTNAME=	pcsc-lite
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.9.0
6
PORTREVISION=	1
6
PORTEPOCH=	2
7
PORTEPOCH=	2
7
CATEGORIES=	devel security
8
CATEGORIES=	devel security
8
MASTER_SITES=	https://pcsclite.apdu.fr/files/
9
MASTER_SITES=	https://pcsclite.apdu.fr/files/
Lines 22-28 Link Here
22
23
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--disable-libsystemd \
25
CONFIGURE_ARGS=	--disable-libsystemd \
25
		--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
26
		--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \
27
		--enable-ipcdir=/var/run
26
28
27
INSTALL_TARGET=	install-strip
29
INSTALL_TARGET=	install-strip
28
SHEBANG_FILES=	src/spy/pcsc-spy
30
SHEBANG_FILES=	src/spy/pcsc-spy

Return to bug 247719