diff options
author | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
commit | b3eaac16d9d3e7dd232308127eb5799f815ef821 (patch) | |
tree | c68d1b2f0ef56bab6c4f255c67470c55cf424f79 /net-mgmt | |
parent | 7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff) | |
download | freebsd-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 'net-mgmt')
-rw-r--r-- | net-mgmt/tork/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-aclocal.m4 | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile index bc8ef6ef6cf3..62473f48a9f9 100644 --- a/net-mgmt/tork/Makefile +++ b/net-mgmt/tork/Makefile @@ -21,6 +21,7 @@ USE_GETTEXT= yes USE_XORG= xext USE_LDCONFIG= yes INSTALLS_ICONS= yes +AUTOTOOLSFILES= aclocal.m4 USE_KDELIBS_VER=3 USE_QT_VER= 3 diff --git a/net-mgmt/tork/files/patch-aclocal.m4 b/net-mgmt/tork/files/patch-aclocal.m4 index f97b697f37e3..3cfabdaee68c 100644 --- a/net-mgmt/tork/files/patch-aclocal.m4 +++ b/net-mgmt/tork/files/patch-aclocal.m4 @@ -3,10 +3,10 @@ @@ -23,3 +23,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%%"]) @@ -30,3 +30,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%%])]) |