svn commit: r491960 - head/french/aster

Thierry Thomas thierry at FreeBSD.org
Sat Feb 2 14:06:50 UTC 2019


Author: thierry
Date: Sat Feb  2 14:06:49 2019
New Revision: 491960
URL: https://svnweb.freebsd.org/changeset/ports/491960

Log:
  Switch lrelease from Qt4 to Qt5.
  No PORTREVISION bump needed.

Modified:
  head/french/aster/Makefile

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Sat Feb  2 13:54:05 2019	(r491959)
+++ head/french/aster/Makefile	Sat Feb  2 14:06:49 2019	(r491960)
@@ -45,7 +45,7 @@ BUILD_DEPENDS+=	astk-serveur>0:cad/astk-serveur	\
 		bash:shells/bash				\
 		${PYNUMPY}
 LIB_DEPENDS+=	libhdf5-18.so:science/hdf5-18			\
-		libmetis.so:math/metis			\
+		libmetis.so:math/metis				\
 		libomp.so:devel/openmp				\
 		libmed.so:french/med
 #		libAsterInterface.so:science/mfront
@@ -54,7 +54,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}gnuplot>0:math/py
 		${SHELL_INSTALL_ASTER}:shells/${SHIADEP}	\
 		astk-serveur>0:cad/astk-serveur
 
-USES=		bison fortran gettext python:2.7 qt:4 tk
+USES=		bison fortran gettext python:2.7 qt:5 tk
 USE_BINUTILS=	yes
 USE_QT=		linguisttools_build
 


More information about the svn-ports-all mailing list