diff options
author | pav <pav@FreeBSD.org> | 2004-01-03 08:06:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-03 08:06:00 +0800 |
commit | 2cbf82f6f56b78f387d266196221ecc7c89f6306 (patch) | |
tree | 8ef165f8f5271e5c7a68af4c29ef255ef186e61d /textproc/liblrdf | |
parent | 660a31e26f0988e4f0a19f837bb52f2711702ba6 (diff) | |
download | freebsd-ports-gnome-2cbf82f6f56b78f387d266196221ecc7c89f6306.tar.gz freebsd-ports-gnome-2cbf82f6f56b78f387d266196221ecc7c89f6306.tar.zst freebsd-ports-gnome-2cbf82f6f56b78f387d266196221ecc7c89f6306.zip |
- Chase raptor shlib version raise.
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 |