From 765daa7bf207bb94b4f5873f934b74278bece9c8 Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Fri, 10 Aug 2007 17:57:14 +0000 Subject: [PATCH] - unbreak on python 2.5 by adding PYDISTUTILS_NOEGGINFO Submitted by: pointyhat via kris --- x11-toolkits/py-wxPython26-common/Makefile | 1 + x11-toolkits/py-wxPython28-common/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-toolkits/py-wxPython26-common/Makefile b/x11-toolkits/py-wxPython26-common/Makefile index 5e55ce89a59a..df79898604ce 100644 --- a/x11-toolkits/py-wxPython26-common/Makefile +++ b/x11-toolkits/py-wxPython26-common/Makefile @@ -10,6 +10,7 @@ PORTREVISION= 1 WITH_COMMON_ONLY= yes MASTERDIR= ${.CURDIR}/../py-wxPython26 +PYDISTUTILS_NOEGGINFO= yes PLIST= ${.CURDIR}/pkg-plist diff --git a/x11-toolkits/py-wxPython28-common/Makefile b/x11-toolkits/py-wxPython28-common/Makefile index 5e55ce89a59a..df79898604ce 100644 --- a/x11-toolkits/py-wxPython28-common/Makefile +++ b/x11-toolkits/py-wxPython28-common/Makefile @@ -10,6 +10,7 @@ PORTREVISION= 1 WITH_COMMON_ONLY= yes MASTERDIR= ${.CURDIR}/../py-wxPython26 +PYDISTUTILS_NOEGGINFO= yes PLIST= ${.CURDIR}/pkg-plist