diff options
author | mva <mva@FreeBSD.org> | 2013-12-08 20:47:19 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-08 20:47:19 +0800 |
commit | be2b0095823f162bf94ec22cabd7a5fab26b9d3d (patch) | |
tree | e609f4edabde3e8bf5d660199dee9a0606c29e8e /astro/astrometry | |
parent | 99dc8cf3e20698c03e2a8d18397eeb89dcd1a232 (diff) | |
download | freebsd-ports-gnome-be2b0095823f162bf94ec22cabd7a5fab26b9d3d.tar.gz freebsd-ports-gnome-be2b0095823f162bf94ec22cabd7a5fab26b9d3d.tar.zst freebsd-ports-gnome-be2b0095823f162bf94ec22cabd7a5fab26b9d3d.zip |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr@ (blanket)
Diffstat (limited to 'astro/astrometry')
-rw-r--r-- | astro/astrometry/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |