svn commit: r380448 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Wed Mar 4 18:35:16 UTC 2015


Author: marcus
Date: Wed Mar  4 18:35:15 2015
New Revision: 380448
URL: https://svnweb.freebsd.org/changeset/ports/380448
QAT: https://qat.redports.org/buildarchive/r380448/

Log:
  Add USES+=cpe to advertise CPE data for wireshark.
  
  PR:		198172
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Wed Mar  4 18:32:35 2015	(r380447)
+++ head/net/wireshark/Makefile	Wed Mar  4 18:35:15 2015	(r380448)
@@ -22,7 +22,7 @@ LICENSE=	GPLv2
 DATADIR_NAME=	wireshark
 
 USE_PERL5=	build
-USES=		alias gettext gmake iconv libtool perl5 pkgconfig \
+USES=		alias cpe gettext gmake iconv libtool perl5 pkgconfig \
 		python:build tar:bzip2
 WANT_GNOME=	yes
 USE_OPENSSL=	yes


More information about the svn-ports-head mailing list