diff options
Diffstat (limited to 'security/opensc/Makefile')
-rw-r--r-- | security/opensc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index bac4a7aa3c21..067aa0dc0e38 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensc PORTVERSION= 0.11.9 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \ http://www.opensc-project.org/files/${PORTNAME}/testing/ @@ -18,7 +19,7 @@ OPTIONS= OPENCT "Enable direct OpenCT backend support" on \ PCSC "Enable PC/SC backend support" off \ SIGNER "Enable signer browser plugin" off -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:22 USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes |