Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 08:35:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328650 - head/audio/oss
Message-ID:  <201309290835.r8T8ZYLh029806@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 29 08:35:33 2013
New Revision: 328650
URL: http://svnweb.freebsd.org/changeset/ports/328650

Log:
  Add an explicit dependency on pkgconf (needed to build ossxmix)

Modified:
  head/audio/oss/Makefile

Modified: head/audio/oss/Makefile
==============================================================================
--- head/audio/oss/Makefile	Sun Sep 29 07:13:33 2013	(r328649)
+++ head/audio/oss/Makefile	Sun Sep 29 08:35:33 2013	(r328650)
@@ -15,6 +15,7 @@ LICENSE=	BSD
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
 SSP_UNSAFE=	kernel module does not support ssp
+USES=		pkgconfig
 USE_BZIP2=	yes
 NO_STAGE=	yes
 ALL_TARGET=	all install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309290835.r8T8ZYLh029806>