diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /cad | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ngspice_rework/Makefile | 3 | ||||
-rw-r--r-- | cad/salome/Makefile | 2 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 4 | ||||
-rw-r--r-- | cad/tclspice/Makefile | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 228b72258001..252afe6b7a18 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -7,6 +7,7 @@ PORTNAME= ngspice_rework PORTVERSION= 18 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION} DISTNAME= ng-spice-rework-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ng-spice-rework-${PORTVERSION} MAINTAINER= amakawa@jp.FreeBSD.org COMMENT= A circuit simulator derived from spice3f5 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes #XSPICE doesn't build diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 47720b7ad94e..9d1c80fdafb0 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -6,7 +6,7 @@ PORTNAME= salome PORTVERSION= 5.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad science MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= src5.1.3 diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 18ab2b405355..2bacdb68e3be 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -90,13 +90,13 @@ RUN_DEPENDS+= ${RESOURCEDIR}/visu:${PORTSDIR}/cad/salome-visu \ #Dependency from other ports ########################################################################### #Dependency from autotools -USE_AUTOTOOLS= autoconf:262 automake:15 libtool:22 aclocal:19 +USE_AUTOTOOLS= autoconf:267 automake:15 libtool:22 aclocal:19 .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:262 + USE_AUTOTOOLS+= autoheader:267 AUTOHEADER_ARGS= -I adm/unix/config_files . else ACLOCAL_ARGS= -I adm_local/unix/config_files -I ${LOCALBASE}/salome_adm/unix/config_files diff --git a/cad/tclspice/Makefile b/cad/tclspice/Makefile index 4f15bcdb9ad4..095c22b3ab6f 100644 --- a/cad/tclspice/Makefile +++ b/cad/tclspice/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclspice PORTVERSION= 0.2.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -22,7 +22,7 @@ RUN_DEPENDS= bltwish:${PORTSDIR}/x11-toolkits/blt \ BROKEN= does not compile WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 libtool:22 AUTOMAKE_ARGS= -c -a USE_GMAKE= yes ALL_TARGET= tcl |