svn commit: r367658 - head/net/rdesktop

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 8 17:05:16 UTC 2014


Author: amdmi3
Date: Mon Sep  8 17:05:16 2014
New Revision: 367658
URL: http://svnweb.freebsd.org/changeset/ports/367658
QAT: https://qat.redports.org/buildarchive/r367658/

Log:
  - Add USES=pkgconfig, it is needed at least with AO option
  - Whitespace fix
  
  Approved by:	portmgr blanket

Modified:
  head/net/rdesktop/Makefile

Modified: head/net/rdesktop/Makefile
==============================================================================
--- head/net/rdesktop/Makefile	Mon Sep  8 17:04:04 2014	(r367657)
+++ head/net/rdesktop/Makefile	Mon Sep  8 17:05:16 2014	(r367658)
@@ -12,14 +12,14 @@ COMMENT=	RDP client for Windows NT/2000/
 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>
 


More information about the svn-ports-head mailing list