svn commit: r511748 - head/audio/linux-c7-alsa-plugins-oss

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 10 08:42:19 UTC 2019


Author: tijl
Date: Tue Sep 10 08:42:18 2019
New Revision: 511748
URL: https://svnweb.freebsd.org/changeset/ports/511748

Log:
  Add USE_LINUX=base:build so the port depends on linux_base-c7>=7.6.1810_7.
  A direct dependency on linux_base-c7 also helps tools like portmaster to
  update linux_base-c7 first.

Modified:
  head/audio/linux-c7-alsa-plugins-oss/Makefile

Modified: head/audio/linux-c7-alsa-plugins-oss/Makefile
==============================================================================
--- head/audio/linux-c7-alsa-plugins-oss/Makefile	Tue Sep 10 08:38:05 2019	(r511747)
+++ head/audio/linux-c7-alsa-plugins-oss/Makefile	Tue Sep 10 08:42:18 2019	(r511748)
@@ -21,7 +21,7 @@ LICENSE=	LGPL21+
 
 USES=		autoreconf:build gmake libtool:build linux:c7 pkgconfig
 USE_LDCONFIG=	yes
-USE_LINUX=	alsalib:build,run alsa-lib-devel:build devtools:build
+USE_LINUX=	alsalib:build,run alsa-lib-devel:build base:build devtools:build
 USE_LINUX_PREFIX=yes
 
 RPM_PATCHES=	alsa-plugins-1.1.6-post.patch \


More information about the svn-ports-all mailing list