From 012a1d063d8af5fb3bfb263a61e0f5c5dd7f411c Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 8 Dec 2013 12:47:19 +0000 Subject: [PATCH] - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: portmgr@ (blanket) --- astro/astrometry/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index b64fc48a75fd..06b3d68a2657 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -35,6 +35,10 @@ BROKEN= Does not compile on ia64, powerpc, or sparc64 post-patch: ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ ${WRKSRC}/util/cairoutils.c + ${REINPLACE_CMD} -e 's|python setup|${PYTHON_CMD} setup|' \ + ${WRKSRC}/util/Makefile \ + ${WRKSRC}/libkd/Makefile \ + ${WRKSRC}/blind/Makefile post-install: @${CAT} ${PKGMESSAGE}