aboutsummaryrefslogtreecommitdiff
path: root/textproc/liblrdf/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-12-20 20:02:32 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-12-20 20:02:32 +0000
commite749cb2be9d0ce773b0568c310ba4d3627f17a4c (patch)
tree489f1824ec014b7ef2402722e5a73581e112a90c /textproc/liblrdf/Makefile
parent0e190ec057bff3f89919b90c5425f0677bdd29c8 (diff)
downloadports-e749cb2be9d0ce773b0568c310ba4d3627f17a4c.tar.gz
ports-e749cb2be9d0ce773b0568c310ba4d3627f17a4c.zip
Notes
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r--textproc/liblrdf/Makefile16
1 files changed, 9 insertions, 7 deletions
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 <arved@FreeBSD.org>
-#
+# Created by: Tilman Linneweh <arved@FreeBSD.org>
# $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