From 7d749db4cf14f30613e9a53a08ffa3d3b4575146 Mon Sep 17 00:00:00 2001 From: alexbl Date: Mon, 30 Jul 2007 09:42:28 +0000 Subject: - Make Python 2.5.1 the default Python version - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav --- textproc/roap/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/roap') diff --git a/textproc/roap/Makefile b/textproc/roap/Makefile index 00feda771e3d..7dc3f7a2f313 100644 --- a/textproc/roap/Makefile +++ b/textproc/roap/Makefile @@ -18,6 +18,7 @@ COMMENT= Region Oriented Ascii Processor USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= Region_Oriented_Ascii_Processor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOCS= README README.ja USAGE USAGE.ja -- cgit