freebsd-ports/graphics/py-imaging/files/patch-Makefile.pre.in
2002-01-10 11:21:01 +00:00

11 lines
319 B
Text

--- ../Makefile.pre.in~ Thu May 3 12:57:38 2001
+++ ../Makefile.pre.in Thu Jan 10 09:02:03 2002
@@ -92,7 +92,7 @@
TARGET= python
# Installed python binary (used only by boot target)
-PYTHON= python
+PYTHON?= python
# Add more -I and -D options here
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)