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 --- net/splatd/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/splatd') diff --git a/net/splatd/Makefile b/net/splatd/Makefile index 90fe23a764b4..dd01f5305309 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= splat +PYDISTUTILS_PKGVERSION= 1.1-rc4 USE_RC_SUBR= splatd.sh SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} MAN5= splat.conf.5 -- cgit