diff options
author | mva <mva@FreeBSD.org> | 2014-10-18 15:49:17 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-18 15:49:17 +0800 |
commit | c36e049de5a3c1e1dfb1a639f399e71f92073f61 (patch) | |
tree | aa620be369f59fba5519c752c5b05c57dbbffd60 /astro/astrometry | |
parent | 7735728f9f08c987c46bbfec129d8c4b2b5f13b0 (diff) | |
download | freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.tar.gz freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.tar.zst freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.zip |
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python
Approved by: portmgr (implicit)
With hat: python@
Diffstat (limited to 'astro/astrometry')
-rw-r--r-- | astro/astrometry/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 7eaf91e8b6b4..16b39b7291aa 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libnetpbm.so:${PORTSDIR}/graphics/netpbm RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake pkgconfig tar:bzip2 -USE_PYTHON= yes +USES= gmake pkgconfig python tar:bzip2 ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME} MAKE_JOBS_UNSAFE= yes |