diff options
author | oliver <oliver@FreeBSD.org> | 2003-09-28 18:38:31 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-09-28 18:38:31 +0800 |
commit | bef0c6ebfcdd5301b20b10b7fb9f38467b2e6bd8 (patch) | |
tree | f28513331ba5ef46d99cabc0d82f3cb6bb4966ab /french | |
parent | 004a93199acba477389d5d6f700878a8c940144f (diff) | |
download | freebsd-ports-gnome-bef0c6ebfcdd5301b20b10b7fb9f38467b2e6bd8.tar.gz freebsd-ports-gnome-bef0c6ebfcdd5301b20b10b7fb9f38467b2e6bd8.tar.zst freebsd-ports-gnome-bef0c6ebfcdd5301b20b10b7fb9f38467b2e6bd8.zip |
1) asteru.exe is linked against libtcl and libtk, but only a
PATCH_DEPENDS was registered => adding LIB_DEPENDS.
2) switching from tk83 to tk84 => bumping PORTREVISION.
PR: ports/55739
Submitted By: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 6abadb19e03b..7e87881675a4 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: aster +<# New ports collection makefile for: aster # Date created: Thu Jun 26 2003 # Whom: thierry@pompo.net # @@ -7,7 +7,8 @@ PORTNAME= aster PORTVERSION= 7.1 -CATEGORIES= french cad python tk83 +PORTREVISION= 1 +CATEGORIES= french cad python tk84 MASTER_SITES= http://www.code-aster.org/FICHIERS/code_aster/ DISTNAME= ${PORTNAME}_src_${PORTVERSION} EXTRACT_SUFX= .tar @@ -37,12 +38,14 @@ COMMENT= Analyse des structures et thermo-mécanique # #----------------------------------------------------------------------- -PATCH_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${SHORT_TCL_VER} \ +PATCH_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${SHORT_TCL_VER} \ wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER} -BUILD_DEPENDS= ${opt_hdf}:${PORTSDIR}/graphics/hdf5 \ - ${opt_med}:${PORTSDIR}/french/med \ +BUILD_DEPENDS= ${opt_hdf}:${PORTSDIR}/graphics/hdf5 \ + ${opt_med}:${PORTSDIR}/french/med \ ${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP} -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \ +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 EXTRACT_CMD= ${TAR} @@ -62,9 +65,9 @@ PKGMESSAGE= ${PKGDIR}/pkg-message.sans-astk .include <bsd.port.pre.mk> .if defined(WITH_BLAS) -LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas .else -LIB_DEPENDS= f77blas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas .endif .if !defined(WITHOUT_ASTK) RUN_DEPENDS+= ${LOCALBASE}/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur @@ -110,7 +113,7 @@ F77?= f77 .endif FFLAGS?= -O2 -TK_VER?= 8.3 +TK_VER?= 8.4 SHORT_TK_VER= ${TK_VER:S/.//} TKCONFIG= ${LOCALBASE}/lib/tk${TK_VER}/tkConfig.sh |