From 7cb20314b51c2564f5bbbf1386dc715997954f4b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 8 Sep 2014 17:05:16 +0000 Subject: [PATCH] - Add USES=pkgconfig, it is needed at least with AO option - Whitespace fix Approved by: portmgr blanket --- net/rdesktop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 05e5f2ed8058..2e812851736d 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -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