diff options
Diffstat (limited to 'cad/salome')
-rw-r--r-- | cad/salome/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 15760622b808..ef18da9030ce 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -252,7 +252,7 @@ CONFIGURE_ENV+= MED2HOME=${LOCALBASE} #Dependency from gd .if ${SAL_MODULE} == "sierpinsky" -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd .endif .if ${SAL_MODULE} == "yacs" |