1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Add USES=pkgconfig, it is needed at least with AO option

- Whitespace fix

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-09-08 17:05:16 +00:00
parent 49786cfa02
commit 7cb20314b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367658

View File

@ -12,14 +12,14 @@ COMMENT= RDP client for Windows NT/2000/2003 Terminal Server
LICENSE= GPLv3
USE_XORG= x11
USES= gmake iconv
USES= gmake iconv pkgconfig
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp
USE_OPENSSL= yes
GNU_CONFIGURE= yes
DOCS= doc/AUTHORS doc/TODO doc/*.txt
OPTIONS_DEFINE= AO DEBUG DOCS IPV6 SAMPLERATE SMARTCARD
SMARTCARD_DESC= Enable SmartCard login via PCSC-lite
SMARTCARD_DESC= Enable SmartCard login via PCSC-lite
.include <bsd.port.options.mk>