Changeset 80050
- Timestamp:
- 07/03/11 05:38:34 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/redland/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/redland/Portfile
r73785 r80050 3 3 PortSystem 1.0 4 4 name redland 5 version 1.0.1 25 version 1.0.13 6 6 description Redland RDF Library 7 7 long_description Redland is a set of free software libraries that provide \ … … 13 13 master_sites http://download.librdf.org/source/ 14 14 15 checksums md5 40f37a5ad97fdfbf984f78dcea0c6115 \ 16 sha1 94b0f972a62c7eed0574c0e46c79cf78ece46570 \ 17 rmd160 1af4bd59ae8be265cfeb806eb7b99d8b32f231f5 15 checksums sha1 f1b0db76eb02946a1f794b35db726ddfdc936ad6 \ 16 rmd160 1ebc4a9eb73e022691a34677c5eaf5f17da56d32 18 17 19 18 depends_lib port:curl \ … … 22 21 port:libxslt \ 23 22 port:openssl \ 24 port:raptor \23 port:raptor2 \ 25 24 port:rasqal \ 26 25 port:zlib … … 29 28 depends_lib-append port:pkgconfig 30 29 31 configure.args -- mandir=${prefix}/share/man\32 --with- bdb=no \30 configure.args --with-bdb=no \ 31 --with-iodbc=no \ 33 32 --with-mysql=no \ 34 33 --with-postgresql=no \ 35 --with-sqlite=no 34 --with-sqlite=no \ 35 --with-threestore=no \ 36 --with-unixodbc=no \ 37 --with-virtuoso=no 38 39 pre-configure { 40 foreach {badport badfile} "raptor ${prefix}/include/raptor.h" { 41 if {[file exists ${badfile}]} { 42 ui_error "${name} cannot be built while ${badport} is active." 43 ui_error "Please deactivate ${badport} and try again." 44 ui_error "You can reactivate ${badport} again later." 45 return -code error "${badport} is installed" 46 } 47 } 48 } 36 49 37 50 post-configure {
Note: See TracChangeset
for help on using the changeset viewer.

