svn commit: r403354 - head/audio/alsa-lib

Jan Beich jbeich at FreeBSD.org
Wed Dec 9 03:17:51 UTC 2015


Author: jbeich
Date: Wed Dec  9 03:17:49 2015
New Revision: 403354
URL: https://svnweb.freebsd.org/changeset/ports/403354

Log:
  audio/alsa-lib: add CPE information

Modified:
  head/audio/alsa-lib/Makefile   (contents, props changed)

Modified: head/audio/alsa-lib/Makefile
==============================================================================
--- head/audio/alsa-lib/Makefile	Wed Dec  9 03:03:02 2015	(r403353)
+++ head/audio/alsa-lib/Makefile	Wed Dec  9 03:17:49 2015	(r403354)
@@ -12,8 +12,9 @@ COMMENT=	ALSA compatibility library
 
 LICENSE=	LGPL21 # or any later version
 
-USES=		libtool:keepla tar:bzip2
+USES=		cpe libtool:keepla tar:bzip2
 USE_LDCONFIG=	yes
+CPE_VENDOR=	alsa
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkgconfdir="\$${prefix}/libdata/pkgconfig"
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list