aboutsummaryrefslogtreecommitdiff
path: root/graphics/cal3d
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
commit843f8123d49e579e80de26ff1dd62c8c1acf3fac (patch)
treec7ef29d508548833364cb92d3bd5bcf810816e88 /graphics/cal3d
parent55d09a7758330e40bc25cb90b27b1ae9b034af02 (diff)
downloadports-843f8123d49e579e80de26ff1dd62c8c1acf3fac.tar.gz
ports-843f8123d49e579e80de26ff1dd62c8c1acf3fac.zip
Sync to final (for now) bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=266737
Diffstat (limited to 'graphics/cal3d')
-rw-r--r--graphics/cal3d/Makefile1
-rw-r--r--graphics/cal3d/files/patch-aclocal.m44
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile
index 45a44bb8c598..8d370eff3996 100644
--- a/graphics/cal3d/Makefile
+++ b/graphics/cal3d/Makefile
@@ -21,6 +21,7 @@ USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake autoheader libtool
USE_LDCONFIG= yes
+AUTOTOOLSFILES= aclocal.m4
MAN1= cal3d_converter.1
diff --git a/graphics/cal3d/files/patch-aclocal.m4 b/graphics/cal3d/files/patch-aclocal.m4
index d3ff6efe4588..15e61076f5f8 100644
--- a/graphics/cal3d/files/patch-aclocal.m4
+++ b/graphics/cal3d/files/patch-aclocal.m4
@@ -3,10 +3,10 @@
@@ -6392,3 +6392,3 @@
# generated from the m4 files accompanying Automake X.Y.
-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
-+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.11"])
++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="%%AUTOMAKE_VERSION%%"])
@@ -6399,3 +6399,3 @@
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.9.6])])
-+ [AM_AUTOMAKE_VERSION([1.11.1])])
++ [AM_AUTOMAKE_VERSION([%%AUTOMAKE_APIVER%%])])