Changeset 39866
- Timestamp:
- 09/09/08 07:33:20 (3 months ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/apr-util/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/apr-util/Portfile
r38361 r39866 4 4 5 5 name apr-util 6 version 1.3. 26 version 1.3.4 7 7 categories devel 8 8 maintainers dluke@geeklair.net … … 16 16 master_sites apache:apr 17 17 use_bzip2 yes 18 checksums md5 a a782fb9ced8b59c8e99419d8cdd1981\19 sha1 a7632caac8bbf3713fc54ed76a3197a6e9f19f55\20 rmd160 bdc9d4c28a1463e56683bfbee9f1073552242af318 checksums md5 adfbe525cf3914cf769340e8f6a6d14b \ 19 sha1 345f83ee4aefdc85c900bdbd2c4f068da92a6b34 \ 20 rmd160 268667f011a829e4abfcd1bfb2dbda2de84fe194 21 21 22 22 depends_lib port:apr port:expat \ … … 27 27 configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ 28 28 --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \ 29 --without-mysql --without-pgsql --with-sqlite3=${prefix} 29 --without-mysql --without-pgsql --with-sqlite3=${prefix} \ 30 --disable-util-dso 30 31 31 32 test.run yes

