svn commit: r384692 - head/print/cups-pk-helper

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 24 23:09:23 UTC 2015


Author: amdmi3
Date: Fri Apr 24 23:09:22 2015
New Revision: 384692
URL: https://svnweb.freebsd.org/changeset/ports/384692

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/print/cups-pk-helper/Makefile

Modified: head/print/cups-pk-helper/Makefile
==============================================================================
--- head/print/cups-pk-helper/Makefile	Fri Apr 24 22:39:01 2015	(r384691)
+++ head/print/cups-pk-helper/Makefile	Fri Apr 24 23:09:22 2015	(r384692)
@@ -14,7 +14,8 @@ LIB_DEPENDS=	libcups.so:${PORTSDIR}/prin
 		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 
 USE_GNOME=	glib20 intltool
-USES=		gettext gmake pkgconfig tar:xz
+USES=		cpe gettext gmake pkgconfig tar:xz
+CPE_VENDOR=	cups-pk-helper_project
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list