diff options
author | ade <ade@FreeBSD.org> | 2010-10-07 23:21:05 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-07 23:21:05 +0800 |
commit | 2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13 (patch) | |
tree | ba2196e4ee5c8eecd8ae8b698b501075fe06ea33 /devel/apr2/Makefile | |
parent | 3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c (diff) | |
download | freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.tar.gz freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.tar.zst freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.zip |
Migration of BROKEN ports from automake{19,110}->111 which will most
likely need to be looked at as and when they become unbroken.
Diffstat (limited to 'devel/apr2/Makefile')
-rw-r--r-- | devel/apr2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 5307601b8157..be67b4881eba 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -35,7 +35,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \ DEVELOPER_ONLY "I want to test apr2 not the maintainer" off USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22:env +USE_AUTOTOOLS= automake:111 autoconf:267 libtool:22:env USE_PERL5_BUILD= yes USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes |