svn commit: r386564 - head/print/cups-filters

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 16 17:39:10 UTC 2015


Author: amdmi3
Date: Sat May 16 17:39:09 2015
New Revision: 386564
URL: https://svnweb.freebsd.org/changeset/ports/386564

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/print/cups-filters/Makefile

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Sat May 16 17:31:54 2015	(r386563)
+++ head/print/cups-filters/Makefile	Sat May 16 17:39:09 2015	(r386564)
@@ -24,7 +24,8 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libpoppler.so:${PORTSDIR}/graphics/poppler
 
 MAKE_JOBS_UNSAFE=YES
-USES=		compiler:c++11-lib libtool pathfix pkgconfig shebangfix tar:xz
+USES=		compiler:c++11-lib cpe libtool pathfix pkgconfig shebangfix tar:xz
+CPE_VENDOR=	linuxfoundation
 SHEBANG_FILES=	filter/textonly
 USE_GNOME=	glib20
 USE_GHOSTSCRIPT=	yes


More information about the svn-ports-all mailing list