diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 17:42:28 +0800 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 17:42:28 +0800 |
commit | 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f (patch) | |
tree | db1f21912f461000d609ddcd5d130946bcfe9e09 /audio/py-karaoke | |
parent | b4be9b354e86bd790925c5a9a2e67df8ba20bc00 (diff) | |
download | freebsd-ports-gnome-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.tar.gz freebsd-ports-gnome-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.tar.zst freebsd-ports-gnome-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.zip |
- 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
Diffstat (limited to 'audio/py-karaoke')
-rw-r--r-- | audio/py-karaoke/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 35d87e0695c8..c0298a62f453 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -26,5 +26,6 @@ USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= pykaraoke .include <bsd.port.mk> |