diff options
Diffstat (limited to 'devel/apr1/Makefile')
-rw-r--r-- | devel/apr1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index e7e35de5d263..d998e7b8ea8b 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -29,8 +29,8 @@ OPTIONS= THREADS "Enable Threads in apr" on \ SQLITE "Enable SQLite3 support in apr-util" off \ DEVRANDOM "Use /dev/random or compatible in apr" on -APR_VERSION= 1.4.2 -APU_VERSION= 1.3.10 +APR_VERSION= 1.4.4 +APU_VERSION= 1.3.11 USE_ICONV= yes USE_AUTOTOOLS= automake autoconf libtool:env |