diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-05-11 12:23:23 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-05-11 12:23:23 +0000 |
commit | b9e8e9b771669739b315082c52fca22eda504a7c (patch) | |
tree | 8ab43052c7d654026f0182d3561ef5c924ab236c /textproc/liblrdf | |
parent | afe8a0b09a357395514cdb2894bb56077c0f7371 (diff) |
Notes
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r-- | textproc/liblrdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 1a4979a811f8..cf35e404d99d 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -6,7 +6,7 @@ PORTNAME= liblrdf PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/lrdf/${PORTNAME}/${PORTVERSION} @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor.3:${PORTSDIR}/textproc/raptor USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack gnometarget |