ports/graphics/py-gdchart2/files/patch-setup.py
Renato Botelho fa21d7ef52 Add py-gdchart2 , python interface to GDChart2.
PR:		ports/82821
Submitted by:	Choe, Cheng-Dae <whitekid@gmail.com>
2005-09-30 18:01:33 +00:00

15 lines
312 B
Python

$FreeBSD$
--- setup.py.orig
+++ setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup, Extension
-GDCHART_PATH = "../gdchart0.11.4dev"
-GD_PATH = "../gd-1.8.4"
+GDCHART_PATH = "%%LOCALBASE%%/include"
+GD_PATH = "%%LOCALBASE%%/lib"
setup(
name="pygdchart",
version="2.0 Beta",