svn commit: r480999 - head/accessibility/py-atspi

Antoine Brodin antoine at FreeBSD.org
Mon Oct 1 06:10:40 UTC 2018


Author: antoine
Date: Mon Oct  1 06:10:39 2018
New Revision: 480999
URL: https://svnweb.freebsd.org/changeset/ports/480999

Log:
  Cleanup plist handling

Deleted:
  head/accessibility/py-atspi/pkg-plist-py3
Modified:
  head/accessibility/py-atspi/Makefile

Modified: head/accessibility/py-atspi/Makefile
==============================================================================
--- head/accessibility/py-atspi/Makefile	Mon Oct  1 05:32:00 2018	(r480998)
+++ head/accessibility/py-atspi/Makefile	Mon Oct  1 06:10:39 2018	(r480999)
@@ -20,11 +20,8 @@ CONFLICTS=	at-spi-1.[0-9]*
 PORTSCOUT=	limitw:1,even
 
 USES=		gettext gmake gnome localbase pathfix pkgconfig python tar:xz
-USE_PYTHON=	flavors
+USE_PYTHON=	flavors py3kplist
 USE_GNOME=	intlhack pygobject3
-py34_PLIST=	${.CURDIR}/pkg-plist-py3
-py35_PLIST=	${.CURDIR}/pkg-plist-py3
-py36_PLIST=	${.CURDIR}/pkg-plist-py3
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list