diff options
author | arved <arved@FreeBSD.org> | 2003-10-21 03:50:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-21 03:50:48 +0800 |
commit | 15a68b61a55937f48bde2b05486d7449b33cb410 (patch) | |
tree | 722c2e5e09878c16c9bed4d20fe2919d96705bf0 /textproc/liblrdf | |
parent | a407f3af95af8103eb018744e9a4d0d8e2030e4d (diff) | |
download | freebsd-ports-gnome-15a68b61a55937f48bde2b05486d7449b33cb410.tar.gz freebsd-ports-gnome-15a68b61a55937f48bde2b05486d7449b33cb410.tar.zst freebsd-ports-gnome-15a68b61a55937f48bde2b05486d7449b33cb410.zip |
Chase shlib version of raptor
Forgotten by: krion
Diffstat (limited to 'textproc/liblrdf')
-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 |