diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-20 19:50:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-20 19:50:48 +0000 |
commit | cb72517df46ddb59954925e34a7d520698c3fc7b (patch) | |
tree | 5f972e706647e3ebc07d7d02fee34fd119684888 /textproc/liblrdf/Makefile | |
parent | Mark broken on 4.x and drop Maintainership, because I obviously don't care (diff) |
Chase shlib version of raptor
Forgotten by: krion
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r-- | textproc/liblrdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 84adea520c21..bc011d20ca04 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -6,6 +6,7 @@ PORTNAME= liblrdf PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://plugin.org.uk/releases/lrdf/ @@ -13,7 +14,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.0:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor.1:${PORTSDIR}/textproc/raptor GNU_CONFIGURE= yes USE_LIBTOOL= yes |