diff --git a/www/raptor2/Portfile b/www/raptor2/Portfile index f79a20e..2c29b11 100644 --- a/www/raptor2/Portfile +++ b/www/raptor2/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name raptor2 version 2.0.15 -revision 10 +revision 11 set major [lindex [split ${version} .] 0] description Raptor RDF Parser Toolkit long_description Raptor is an open source C library that provides a set of \ @@ -23,12 +23,9 @@ checksums rmd160 6c3dddc13a14626f3fdece08961ad8756e237c30 \ depends_lib port:curl \ path:lib/pkgconfig/icu-uc.pc:icu \ - port:libiconv \ port:libxml2 \ port:libxslt \ - path:lib/libssl.dylib:openssl \ - port:yajl \ - port:zlib + port:yajl patchfiles-append patch-libxml_ver.diff patch.pre_args-replace -p0 -p1 @@ -37,8 +34,6 @@ patch.pre_args-replace -p0 -p1 # raptor_json.c: error: 'raptor_json_yajl_integer' undeclared here (not in a function) # compiler.c_standard 2011 -configure.args --with-icu-config=${prefix}/bin/icu-config - test.run yes test.target check