diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-20 14:32:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-20 14:32:06 +0800 |
commit | ee36ce3cce05feecc383874d0aa0bf781fa6c22c (patch) | |
tree | 963ca67971cd7efd7ce025b6183c055a9ba5f2fd /french | |
parent | 1b5bc854f759f09977dac07da49acd58bfd15d06 (diff) | |
download | freebsd-ports-gnome-ee36ce3cce05feecc383874d0aa0bf781fa6c22c.tar.gz freebsd-ports-gnome-ee36ce3cce05feecc383874d0aa0bf781fa6c22c.tar.zst freebsd-ports-gnome-ee36ce3cce05feecc383874d0aa0bf781fa6c22c.zip |
Remove dependency on the python metaports
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index aeda99fa77d6..19735fc2ee92 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,6 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} +PORTREVISION= 1 CATEGORIES= french cad CATEGORIES= french cad @@ -37,7 +38,6 @@ BUILD_DEPENDS+= astk-serveur>0:cad/astk-serveur \ ${LOCALBASE}/lib/libGKlib.a:math/metis-edf \ pylupdate4:textproc/py-qt4-xml \ gnproc:sysutils/coreutils \ - python:lang/python \ bash:shells/bash \ ${PYNUMPY} LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 \ @@ -52,7 +52,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gnuplot>0:math/py-gnuplot@${PY_FLAVOR} \ BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory) -USES= bison fortran gettext python:2 tk +USES= bison fortran gettext python:2.7 tk USE_BINUTILS= yes USE_QT4= linguisttools_build @@ -69,6 +69,8 @@ MAKE_ENV= INCLUDES="${LOCALBASE}/include/hdf5-18 ${LOCALBASE}/include" \ LINKFLAGS="${LDFLAGS}" LD_LIBRARY_PATH="${LOCALBASE}/lib/gcc${_GCC_VER}" REINPLACE_ARGS= -i "" +BINARY_ALIAS= python=${PYTHON_CMD} + VER= ${PORTVERSION:R} VE= ${VER:R} WRKSRC= ${WRKDIR}/${PORTNAME}-full-src-${VER} |