svn commit: r329700 - head/net/freerdp

Dima Panov fluffy at FreeBSD.org
Mon Oct 7 13:07:17 UTC 2013


Author: fluffy
Date: Mon Oct  7 13:07:16 2013
New Revision: 329700
URL: http://svnweb.freebsd.org/changeset/ports/329700

Log:
  - Add missed dependency on ALSA when option is selected
  
  PR:		182778
  Submitted by:	Kevin Zheng

Modified:
  head/net/freerdp/Makefile

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Mon Oct  7 12:52:34 2013	(r329699)
+++ head/net/freerdp/Makefile	Mon Oct  7 13:07:16 2013	(r329700)
@@ -53,6 +53,7 @@ PLIST_SUB+=	DIRECTFB="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MALSA}
+LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
 PLIST_SUB+=	ALSA=""
 .else
 PLIST_SUB+=	ALSA="@comment "


More information about the svn-ports-all mailing list