summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
committerAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
commit328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch)
tree9a761809da3b45684b09bc2f0d6091132e77c78a /science
parent- Update xpenguins-daemon addon to 1.2 (diff)
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
Notes
Notes: svn path=/head/; revision=112679
Diffstat (limited to 'science')
-rw-r--r--science/mpqc/Makefile2
-rw-r--r--science/psi3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 888d210815d6..869e7ddd44c9 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas
USE_BISON= yes
GNU_CONFIGURE= yes
-USE_AUTOCONF_VER=257
+USE_AUTOCONF_VER=259
CONFIGURE_ARGS= --with-cc=${CC} \
--with-cxx=${CXX} \
diff --git a/science/psi3/Makefile b/science/psi3/Makefile
index 4af8132226d5..12e1e7519855 100644
--- a/science/psi3/Makefile
+++ b/science/psi3/Makefile
@@ -28,7 +28,7 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-USE_AUTOCONF_VER=257
+USE_AUTOCONF_VER=259
CONFIGURE_ARGS= --with-cc=${CC} \
--with-cxx=${CXX} \