summaryrefslogtreecommitdiff
path: root/french/aster
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-20 06:32:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-20 06:32:06 +0000
commitf1b0de555fcb6db61b6f21cd113d304fcf405d9b (patch)
tree963ca67971cd7efd7ce025b6183c055a9ba5f2fd /french/aster
parentnet/quagga: upgrade 1.2.3 -> 1.2.4, fix ospfd crash (diff)
Remove dependency on the python metaports
PR: 225752 Submitted by: Yasuhiro KIMURA
Notes
Notes: svn path=/head/; revision=462371
Diffstat (limited to 'french/aster')
-rw-r--r--french/aster/Makefile6
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}