diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 10:15:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 10:15:58 +0000 |
commit | d58786f72cc7c5eb43673987e1f81894993b87b4 (patch) | |
tree | 25361ae9bcdbb044099e5949a6aeb56839c6be97 /textproc/liblrdf/Makefile | |
parent | 3624c4c689b89e2b4a5b6346c4f043ff411a1338 (diff) | |
download | ports-d58786f72cc7c5eb43673987e1f81894993b87b4.tar.gz ports-d58786f72cc7c5eb43673987e1f81894993b87b4.zip |
Notes
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r-- | textproc/liblrdf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 15b2c0df0805..70be25729ac0 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ PORTNAME= liblrdf -PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTVERSION= 0.3.5 CATEGORIES= textproc MASTER_SITES= http://plugin.org.uk/releases/lrdf/ -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa |