svn commit: r497463 - head/net/py-pcap

Mathieu Arnold mat at FreeBSD.org
Mon Apr 1 07:39:23 UTC 2019


Author: mat
Date: Mon Apr  1 07:39:22 2019
New Revision: 497463
URL: https://svnweb.freebsd.org/changeset/ports/497463

Log:
  allflavors is only used for ports that are parts of Python itself.

Modified:
  head/net/py-pcap/Makefile   (contents, props changed)

Modified: head/net/py-pcap/Makefile
==============================================================================
--- head/net/py-pcap/Makefile	Mon Apr  1 06:36:10 2019	(r497462)
+++ head/net/py-pcap/Makefile	Mon Apr  1 07:39:22 2019	(r497463)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	5u623l20
 GH_PROJECT=	pylibpcap
 GH_TAGNAME=	d0bbd5c
-USE_PYTHON=	autoplist distutils allflavors
+USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=	LIBPCAP
 


More information about the svn-ports-all mailing list