diff options
Diffstat (limited to 'cad/salome/Makefile.ext')
-rw-r--r-- | cad/salome/Makefile.ext | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 084024b90d36..29206e35f07b 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -94,13 +94,13 @@ RUN_DEPENDS+= ${RESOURCEDIR}/visu:${PORTSDIR}/cad/salome-visu \ #Dependency from other ports ########################################################################### #Dependency from autotools -USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22 aclocal:111 +USE_AUTOTOOLS= autoconf automake libtool aclocal .if ${SAL_MODULE} == "kernel" ACLOCAL_ARGS= -I salome_adm/unix/config_files .else . if ${SAL_MODULE} == "yacs" ACLOCAL_ARGS= -I adm/unix/config_files - USE_AUTOTOOLS+= autoheader:268 + USE_AUTOTOOLS+= autoheader AUTOHEADER_ARGS= -I adm/unix/config_files . else ACLOCAL_ARGS= -I adm_local/unix/config_files -I ${LOCALBASE}/salome_adm/unix/config_files @@ -336,7 +336,7 @@ run-autotools-autoheader: echo "End of autoheader" .endif -patch-autotools: +patch-autotools-libtool: @(cd ${PATCH_WRKSRC}; ${LIBTOOLIZE} --force;) pre-configure: |