diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-03 00:06:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-03 00:06:00 +0000 |
commit | c4d19306b623c00e5b1e8791c11dd472ca82c0d6 (patch) | |
tree | eb0063369b3250bbaeb543466c1983cc2d56653d /textproc/liblrdf | |
parent | 2eff21dbe0d995671054a2172ad775a846edb04c (diff) | |
download | ports-c4d19306b623c00e5b1e8791c11dd472ca82c0d6.tar.gz ports-c4d19306b623c00e5b1e8791c11dd472ca82c0d6.zip |
- Chase raptor shlib version raise.
Notes
Notes:
svn path=/head/; revision=97146
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r-- | textproc/liblrdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 0d495c824a1f..cde216dbc058 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -13,7 +13,7 @@ MAINTAINER= arved@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= raptor.1:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor GNU_CONFIGURE= yes USE_LIBTOOL= yes |