Date: Sun, 8 Dec 2013 12:47:19 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335878 - head/astro/astrometry Message-ID: <201312081247.rB8ClJfu064116@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Dec 8 12:47:19 2013 New Revision: 335878 URL: http://svnweb.freebsd.org/changeset/ports/335878 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: portmgr@ (blanket) Modified: head/astro/astrometry/Makefile (contents, props changed) Modified: head/astro/astrometry/Makefile ============================================================================== --- head/astro/astrometry/Makefile Sun Dec 8 12:04:07 2013 (r335877) +++ head/astro/astrometry/Makefile Sun Dec 8 12:47:19 2013 (r335878) @@ -35,6 +35,10 @@ BROKEN= Does not compile on ia64, power 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312081247.rB8ClJfu064116>