diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 19:55:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 19:55:07 +0000 |
commit | 23de73159ea8b9113f1586e9a2f301db86fd55e8 (patch) | |
tree | 26edfd12a3e55e2e0daeafbc75e0c357ecf42c51 /devel/apr2 | |
parent | 49a549c833ddc746d110430357d3d97010b68c0c (diff) |
Notes
Diffstat (limited to 'devel/apr2')
-rw-r--r-- | devel/apr2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index f90e77db2ee8..11f8eb68abd6 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -6,6 +6,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr @@ -27,7 +28,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \ NDBM "Enable NDBM support in apr-util" off \ PGSQL "Enable Postgresql suport in apr-util" off \ SQLITE "Enable SQLite3 support in apr-util" off \ - DEVRANDOM "Use /dev/random or compatible in apr" off + DEVRANDOM "Use /dev/random or compatible in apr" on APR_VERSION= 1.4.2 APU_VERSION= 1.3.9 |