diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index df7c210b0ac7..1495e00e78ff 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: liblrdf -# Date created: 26 April 2003 -# Whom: Tilman Linneweh -# +# Created by: Tilman Linneweh # $FreeBSD$ -# PORTNAME= liblrdf PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= GENTOO/distfiles @@ -14,13 +11,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 +LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu \ + yajl:${PORTSDIR}/devel/yajl \ + curl:${PORTSDIR}/ftp/curl \ + raptor2:${PORTSDIR}/textproc/raptor2 USE_AUTOTOOLS= libtoolize automake autoconf aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USE_PKGCONFIG= build +USE_ICONV= yes +USE_GNOME= gnomehack libxml2 libxslt GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes USE_OPENSSL= yes diff --git a/textproc/liblrdf/pkg-descr b/textproc/liblrdf/pkg-descr index 279adf363315..2a5f87c0e2bb 100644 --- a/textproc/liblrdf/pkg-descr +++ b/textproc/liblrdf/pkg-descr @@ -2,6 +2,6 @@ This is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3 files and export N3 files, it also has a light -taxonomic inference capablility. +taxonomic inference capability. WWW: http://sourceforge.net/projects/lrdf/