diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
commit | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (patch) | |
tree | f9633c66411174d9396ea7041d10cec418d2b777 /net/freedbd | |
parent | 7c228e4748d93ea5aaea790deb37da1914d3be1d (diff) |
Notes
Diffstat (limited to 'net/freedbd')
-rw-r--r-- | net/freedbd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freedbd/Makefile b/net/freedbd/Makefile index 3c1af500bc29..658536b50e1f 100644 --- a/net/freedbd/Makefile +++ b/net/freedbd/Makefile @@ -27,7 +27,7 @@ OPTIONS= XML "XML support" off .if defined(WITH_XML) USE_GNOME+= libxml2 CONFIGURE_ARGS+=--with-xml -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS+= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser PLIST_FILES+= bin/freedbd-parse %%EXAMPLESDIR%%/sample_db.xml .endif |