svn commit: r493802 - head/devel/py-pyinotify

Josh Paetzel jpaetzel at FreeBSD.org
Sun Feb 24 19:43:36 UTC 2019


Author: jpaetzel
Date: Sun Feb 24 19:43:34 2019
New Revision: 493802
URL: https://svnweb.freebsd.org/changeset/ports/493802

Log:
  Update port to use NO_ARCH
  
  PR:	235982
  Submitted by:	samy.mahmoudi at gmail.com

Modified:
  head/devel/py-pyinotify/Makefile

Modified: head/devel/py-pyinotify/Makefile
==============================================================================
--- head/devel/py-pyinotify/Makefile	Sun Feb 24 19:42:02 2019	(r493801)
+++ head/devel/py-pyinotify/Makefile	Sun Feb 24 19:43:34 2019	(r493802)
@@ -16,4 +16,6 @@ LIB_DEPENDS=	libinotify.so:devel/libinotify
 USES=		python
 USE_PYTHON=	distutils py3kplist
 
+NO_ARCH=	YES
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list