ports/graphics/py-graphviz/files/patch-setup.py
Volker Stolz 9c811ce3e3 Update to recommended version 0.22 from new upstream which no longer requires SWIG.
This fixes the brokeness introduced in the previous SWIG bandaid.
A lawyer might want to check if the license is also less restrictive now ;)

Sponsored by: simon & erwin of tb3.droso.net
2006-04-11 14:46:43 +00:00

14 lines
329 B
Python

$FreeBSD$
--- setup.py.orig
+++ setup.py
@@ -25,7 +25,7 @@
# If setting the prefix failed you should attempt to set the prefix here:
# prefix="/usr" # unix, Linux
-# prefix="/usr/local" # unix, alternate
+prefix="%%LOCALBASE%%" # unix, alternate
# prefix="/sw" # OSX, fink
# prefix="/opt/local" # OSX, darwin-ports?