svn commit: r328650 - head/audio/oss
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 29 08:35:34 UTC 2013
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
More information about the svn-ports-all
mailing list