diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-20 23:03:02 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-20 23:03:02 +0800 |
commit | c07d425c5f2502c6bc0da38157b0724e4cf4b328 (patch) | |
tree | 0db25625064381ef320f563775fda945a6fd265f /astro | |
parent | ae7adaa89227fadf473dac2efa15fa56da2fedc5 (diff) | |
download | freebsd-ports-gnome-c07d425c5f2502c6bc0da38157b0724e4cf4b328.tar.gz freebsd-ports-gnome-c07d425c5f2502c6bc0da38157b0724e4cf4b328.tar.zst freebsd-ports-gnome-c07d425c5f2502c6bc0da38157b0724e4cf4b328.zip |
Revert r517081, breaking bulk -a is not covered by portmgr blanket
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astropy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile index 599e7fd9459c..2670e50ed650 100644 --- a/astro/py-astropy/Makefile +++ b/astro/py-astropy/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:-3.6 +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |