- Add optional run dependency on audio/py-mutagen - Install additional fonts - Add LICENSE PR: ports/172217 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
9 lines
306 B
INI
9 lines
306 B
INI
--- setup.cfg.orig 2011-06-15 03:59:31.000000000 +0900
|
|
+++ setup.cfg 2012-09-28 07:07:06.000000000 +0900
|
|
@@ -27,4 +27,5 @@
|
|
requires=python,pygame,numeric,wxpython,timidity,freepats
|
|
|
|
[build_ext]
|
|
-include_dirs = /usr/include/SDL
|
|
+include_dirs = %%LOCALBASE%%/include/SDL
|
|
+library_dirs = %%LOCALBASE%%/lib
|