diff options
author | ade <ade@FreeBSD.org> | 2010-10-07 23:18:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-07 23:18:56 +0800 |
commit | 3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c (patch) | |
tree | b2ec5f9645d605b21eaa8f3a718533a65857d480 /net-mgmt/tork | |
parent | 08f84213d8c21295359924728fd591ca9a9be7ab (diff) | |
download | freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.tar.gz freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.tar.zst freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.zip |
Migration of final set of working ports from automake{19,110} -> 111
Diffstat (limited to 'net-mgmt/tork')
-rw-r--r-- | net-mgmt/tork/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-aclocal.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile index 8ad395202b6c..dec9ae482882 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:110:env +USE_AUTOTOOLS= libtool:22 aclocal:111: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 index 9722a1a5a221..f97b697f37e3 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.10"]) ++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.11"]) @@ -30,3 +30,3 @@ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.6])]) -+ [AM_AUTOMAKE_VERSION([1.10.3])]) ++ [AM_AUTOMAKE_VERSION([1.11.1])]) |