diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /net-mgmt/tork | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
Diffstat (limited to 'net-mgmt/tork')
-rw-r--r-- | net-mgmt/tork/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-aclocal.m4 | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile index ac29b62966a8..8ad395202b6c 100644 --- a/net-mgmt/tork/Makefile +++ b/net-mgmt/tork/Makefile @@ -16,7 +16,7 @@ COMMENT= TorK is an Anonymity Manager for the KDE Desktop USE_GMAKE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= libtool:22 aclocal:19 +USE_AUTOTOOLS= libtool:22 aclocal:110:env USE_GETTEXT= yes USE_XORG= xext USE_LDCONFIG= yes diff --git a/net-mgmt/tork/files/patch-aclocal.m4 b/net-mgmt/tork/files/patch-aclocal.m4 new file mode 100644 index 000000000000..9722a1a5a221 --- /dev/null +++ b/net-mgmt/tork/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4.orig 2008-10-25 15:14:57.000000000 -0500 ++++ aclocal.m4 2010-09-28 18:17:38.000000000 -0500 +@@ -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.10"]) + +@@ -30,3 +30,3 @@ + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +- [AM_AUTOMAKE_VERSION([1.9.6])]) ++ [AM_AUTOMAKE_VERSION([1.10.3])]) + |