diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2017-01-16 21:38:39 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2017-01-16 21:38:39 +0000 |
commit | f33d88d310cb8d6a5629368f2835a17864df9973 (patch) | |
tree | 37862543a7a58e6afe9a1cb42b99bd1af099bfe3 | |
parent | Fix build with clang 4.0 (diff) |
Change the site address.
Since I'm there, explicit the dependencies.
Notes
Notes:
svn path=/head/; revision=431704
-rw-r--r-- | science/v_sim/Makefile | 9 | ||||
-rw-r--r-- | science/v_sim/pkg-descr | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 3429ac0ed4e5..69aab2c337b3 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,9 +3,9 @@ PORTNAME= v_sim PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science -MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ +MASTER_SITES= http://inac.cea.fr/L_Sim/V_Sim/download/ MAINTAINER= thierry@FreeBSD.org COMMENT= Visualization of atomic structures @@ -15,7 +15,12 @@ LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libftgl.so:graphics/ftgl + USES= fortran gmake libtool pkgconfig tar:bzip2 +USE_XORG= x11 USE_GNOME= gtk20 intltool cairo USE_GL= yes GNU_CONFIGURE= yes diff --git a/science/v_sim/pkg-descr b/science/v_sim/pkg-descr index e41b62d8214b..8c7e9e983cf6 100644 --- a/science/v_sim/pkg-descr +++ b/science/v_sim/pkg-descr @@ -6,4 +6,4 @@ choose the view, the size of the atoms, their color, the background color, the type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows to export the view as image in GIF, PS or more formats. -WWW: http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/index.en.html +WWW: http://inac.cea.fr/L_Sim/V_Sim/ |