diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-21 18:47:55 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-21 19:56:01 +0000 |
commit | 836e269009e764234dc5ef0a1b4c0a6442aaca63 (patch) | |
tree | d7d3752bb51eabe75ac6f7ef261f93538a7d7dbe | |
parent | 86cb3a0b425e6bf3ab9b1fb7e826127e649acdc8 (diff) | |
download | ports-836e269009e764234dc5ef0a1b4c0a6442aaca63.tar.gz ports-836e269009e764234dc5ef0a1b4c0a6442aaca63.zip |
devel/pcsc-lite: Remove libtool and pathfix from USES
These dependencies were only utilized when port used GNU Autotools
Approved by: portmgr (blanket, build fix)
-rw-r--r-- | devel/pcsc-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 9f60d7f9e630..73f8820a2278 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE GPLv3+ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool meson pathfix perl5 pkgconfig python:env shebangfix tar:xz +USES= meson perl5 pkgconfig python:env shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_RC_SUBR= pcscd |