diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-21 21:23:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-21 21:23:30 +0000 |
commit | 746354977f3d24195266d965021e4960c68c3cab (patch) | |
tree | 645fcb53c2e6801975f597e21c956f354bd648ab /graphics | |
parent | 80591db7159e3b5dc46ed1e2ecb2bf156c39a20b (diff) | |
download | pkgsrc-746354977f3d24195266d965021e4960c68c3cab.tar.gz |
Mark broken for fetching dependency during build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-fits/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-fits/Makefile b/graphics/py-fits/Makefile index d14f5f06aff..5b50ae59348 100644 --- a/graphics/py-fits/Makefile +++ b/graphics/py-fits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/19 20:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/03/21 21:23:30 joerg Exp $ DISTNAME= pyfits-3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,6 +10,8 @@ HOMEPAGE= http://www.stsci.edu/resources/software_hardware/pyfits COMMENT= Python module for reading, writing, and manipulating FITS files LICENSE= modified-bsd +BROKEN= Fetches stsci.distutils during build. + PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} REPLACE_PYTHON= lib/pyfits/core.py |