diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-12-09 19:37:43 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-12-09 19:37:43 +0000 |
commit | 0324b285405dcdd0ad3ffe7c7c9497ed5b927e8c (patch) | |
tree | b42cb430e25393c1d8b51a37919946dfb1235aa1 /french | |
parent | cad/metis-edf -> math/metis-edf (diff) |
. Catch up with the move of metis-edf.
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=95492
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 2f44113afa03..364ef492a9a8 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -42,7 +42,7 @@ BUILD_DEPENDS= ${opt_hdf}:${PORTSDIR}/graphics/hdf5 \ LIB_DEPENDS= tcl${SHORT_TCL_VER}:${PORTSDIR}/lang/tcl${SHORT_TCL_VER} \ tk${SHORT_TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \ - ${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/cad/metis-edf + ${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/math/metis-edf EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf |