diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
commit | 364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /french | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) | |
download | ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.gz ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 10 | ||||
-rw-r--r-- | french/eficas/Makefile | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index a43264d2e1c9..d974905bee97 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -31,7 +31,7 @@ LICENSE= GPLv2 # #----------------------------------------------------------------------- -BUILD_DEPENDS+= ${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur \ +BUILD_DEPENDS+= astk-serveur>0:${PORTSDIR}/cad/astk-serveur \ ${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP} \ ${LOCALBASE}/lib/libscotch.a:${PORTSDIR}/cad/scotch \ python:${PORTSDIR}/lang/python \ @@ -39,10 +39,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur \ LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 \ libmed.so:${PORTSDIR}/french/med \ libmetis.so.0:${PORTSDIR}/math/metis-edf -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \ +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gnuplot>0:${PORTSDIR}/math/py-gnuplot \ ${LOCALBASE}/bin/onmetis:${PORTSDIR}/math/metis-edf \ ${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP} \ - ${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur + astk-serveur>0:${PORTSDIR}/cad/astk-serveur USES= bison fortran tk python:2 @@ -80,13 +80,13 @@ FLAGARCH= -DLINUX64 .endif .if !defined(WITHOUT_ASTK_CLI) -RUN_DEPENDS+= ${ASTKDIR}:${PORTSDIR}/cad/astk-client +RUN_DEPENDS+= astk-client>0:${PORTSDIR}/cad/astk-client PLIST_SUB+= ASTK_CLIENT="" ASTKDIR=${ASTKDIR} .else PLIST_SUB+= ASTK_CLIENT="@comment " ASTKDIR="" .endif .if !defined(WITHOUT_EFICAS) -RUN_DEPENDS+= ${LOCALBASE}/apps/eficas:${PORTSDIR}/french/eficas +RUN_DEPENDS+= fr-eficas>0:${PORTSDIR}/french/eficas PLIST_SUB+= EFICAS="" .else PLIST_SUB+= EFICAS="@comment " diff --git a/french/eficas/Makefile b/french/eficas/Makefile index 31ed84116e9d..63fcc0852d4e 100644 --- a/french/eficas/Makefile +++ b/french/eficas/Makefile @@ -11,8 +11,8 @@ COMMENT= ASter Command FIle Editor LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw \ - ${PYTHON_SITELIBDIR}/mx:${PORTSDIR}/lang/py-mx-base \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pmw>0:${PORTSDIR}/x11-toolkits/py-Pmw \ + ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base \ bash:${PORTSDIR}/shells/bash \ ${PYNUMPY} |