svn commit: r386624 - head/audio/last.fm

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 15:09:58 UTC 2015


Author: amdmi3
Date: Sun May 17 15:09:57 2015
New Revision: 386624
URL: https://svnweb.freebsd.org/changeset/ports/386624

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/audio/last.fm/Makefile

Modified: head/audio/last.fm/Makefile
==============================================================================
--- head/audio/last.fm/Makefile	Sun May 17 15:08:38 2015	(r386623)
+++ head/audio/last.fm/Makefile	Sun May 17 15:09:57 2015	(r386624)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libasound.so:${PORTSDIR}/au
 
 WRKSRC=		${WRKDIR}/last.fm-${PORTVERSION}
 
-USES=		dos2unix qmake:norecursive tar:bzip2
+USES=		cpe dos2unix qmake:norecursive tar:bzip2
+CPE_VENDOR=	last
 DOS2UNIX_GLOB=	*.h *.cpp
 USE_QT4=	moc_build rcc_build uic_build \
 		gui network sql xml imageformats_run


More information about the svn-ports-all mailing list