diff options
Diffstat (limited to 'textproc/redland/Makefile')
-rw-r--r-- | textproc/redland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 09cdf3c1d02b..78c3ce7a2273 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -15,10 +15,10 @@ COMMENT= High-level interface for RDF LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual -LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \ +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ + libraptor2.so:${PORTSDIR}/textproc/raptor2 \ librasqal.so:${PORTSDIR}/textproc/rasqal -USE_AUTOTOOLS= libltdl USE_PERL5= build USES= gmake libtool pathfix perl5 pkgconfig shebangfix SHEBANG_FILES= scripts/touch-mtime.pl |