diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-04 17:45:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-04 17:45:36 +0000 |
commit | 14fe821bdeccb968b9bca1291963f0885e031dab (patch) | |
tree | 2358566d050f8464bf704ecd76c16a5dd638d5b6 /textproc/liblrdf/Makefile | |
parent | Add a missing dependency on gtk20. (diff) |
Add build dependency on LADSPA
Submitted by: bento
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r-- | textproc/liblrdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index e228dca2179a..43e63b504bb6 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -6,12 +6,14 @@ PORTNAME= liblrdf PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://plugin.org.uk/releases/lrdf/ 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 GNU_CONFIGURE= yes |