aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
committerade <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
commitb3eaac16d9d3e7dd232308127eb5799f815ef821 (patch)
treec68d1b2f0ef56bab6c4f255c67470c55cf424f79 /graphics
parent7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff)
downloadfreebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.gz
freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.zst
freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.zip
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'graphics')
-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%%])])