diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 18:08:03 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 18:08:03 +0000 |
commit | fd28a19ef4ea1d19a131ff5732cf991c54427ab0 (patch) | |
tree | 6f1593713c057f623460c8bb3ffc100de104a2e4 /textproc/p5-MKDoc-XML | |
parent | 5fa68acb825bfaaad1913f3b5423d69ab38a3380 (diff) | |
download | ports-fd28a19ef4ea1d19a131ff5732cf991c54427ab0.tar.gz ports-fd28a19ef4ea1d19a131ff5732cf991c54427ab0.zip |
Notes
Diffstat (limited to 'textproc/p5-MKDoc-XML')
-rw-r--r-- | textproc/p5-MKDoc-XML/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-MKDoc-XML/Makefile b/textproc/p5-MKDoc-XML/Makefile index 1a65fb16d9b5..81d15e1bb768 100644 --- a/textproc/p5-MKDoc-XML/Makefile +++ b/textproc/p5-MKDoc-XML/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= The MKDoc XML Toolkit -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= MKDoc::XML.3 \ |