diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-11-26 20:33:36 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-11-26 20:33:36 +0800 |
commit | a2e71c24b68c423808fafe8be2d4f7499c1a4a4d (patch) | |
tree | 0622712522d164717162b99147444066b803af30 /audio | |
parent | 92233a1300a7387d95082f2d4437f15554e6b091 (diff) | |
download | freebsd-ports-gnome-a2e71c24b68c423808fafe8be2d4f7499c1a4a4d.tar.gz freebsd-ports-gnome-a2e71c24b68c423808fafe8be2d4f7499c1a4a4d.tar.zst freebsd-ports-gnome-a2e71c24b68c423808fafe8be2d4f7499c1a4a4d.zip |
- commit proper setup.cfg
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-karaoke/files/patch-setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-karaoke/files/patch-setup.cfg b/audio/py-karaoke/files/patch-setup.cfg index 833649678f83..55565f22a71c 100644 --- a/audio/py-karaoke/files/patch-setup.cfg +++ b/audio/py-karaoke/files/patch-setup.cfg @@ -5,5 +5,5 @@ [build_ext] -include_dirs = /usr/include/SDL -+include_dirs = /usr/local/include/SDL ++include_dirs = /usr/local/include:/usr/local/include/python2.4/:/usr/local/include/SDL +library_dirs = /usr/local/lib |