diff options
Diffstat (limited to 'security/pcsc-tools/Makefile')
-rw-r--r-- | security/pcsc-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 11c0e2fc1a69..8e0cf4c27606 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= pcsc-tools -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= security MASTER_SITES= https://pcsc-tools.apdu.fr/ @@ -15,7 +15,7 @@ RUN_DEPENDS= p5-PCSC-Card>=0:devel/p5-PCSC-Card \ USES= gmake pkgconfig tar:bzip2 gettext-tools -LDFLAGS= -pthread +LDFLAGS+= -pthread GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share |