svn commit: r309325 - head/textproc/liblrdf
Pawel Pekala
pawel at FreeBSD.org
Thu Dec 20 20:02:33 UTC 2012
Author: pawel
Date: Thu Dec 20 20:02:32 2012
New Revision: 309325
URL: http://svnweb.freebsd.org/changeset/ports/309325
Log:
- Bump after devel/icu update
- Add missing deps, pkg-config is required during build
- Fix typo in pkg-descr
Modified:
head/textproc/liblrdf/Makefile
head/textproc/liblrdf/pkg-descr
Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile Thu Dec 20 19:38:12 2012 (r309324)
+++ head/textproc/liblrdf/Makefile Thu Dec 20 20:02:32 2012 (r309325)
@@ -1,12 +1,9 @@
-# New ports collection Makefile for: liblrdf
-# Date created: 26 April 2003
-# Whom: Tilman Linneweh <arved at FreeBSD.org>
-#
+# Created by: Tilman Linneweh <arved at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= liblrdf
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GENTOO/distfiles
@@ -14,13 +11,18 @@ MAINTAINER= ports at 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
Modified: head/textproc/liblrdf/pkg-descr
==============================================================================
--- head/textproc/liblrdf/pkg-descr Thu Dec 20 19:38:12 2012 (r309324)
+++ head/textproc/liblrdf/pkg-descr Thu Dec 20 20:02:32 2012 (r309325)
@@ -2,6 +2,6 @@ This is a library to make it easy to man
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/
More information about the svn-ports-head
mailing list