diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-07-14 07:12:34 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-07-14 07:12:34 +0800 |
commit | f5583d2f2426641906336806d478e5a9d47c7c00 (patch) | |
tree | 4797de6f70e608418191c16454842dc259a52650 /astro | |
parent | f3408b2650ce83b38b660000398cbd938eaaa869 (diff) | |
download | freebsd-ports-gnome-f5583d2f2426641906336806d478e5a9d47c7c00.tar.gz freebsd-ports-gnome-f5583d2f2426641906336806d478e5a9d47c7c00.tar.zst freebsd-ports-gnome-f5583d2f2426641906336806d478e5a9d47c7c00.zip |
- Mark BROKEN
Diffstat (limited to 'astro')
-rw-r--r-- | astro/pyephem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile index 334a017acc1e..1225baead752 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -17,6 +17,8 @@ LICENSE= LGPL3 DEPRECATED= Use py-ephem instead. EXPIRATION_DATE= 2020-08-04 +BROKEN= fails to compile + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ephem==${PORTVERSION}:astro/py-ephem@${PY_FLAVOR} USES= python |