diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 12:22:33 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 12:22:33 +0000 |
commit | 5dd3725371e6505d7399f5b3d02f9dd9a6ba1b5f (patch) | |
tree | 866e98ca38349ebd908a82f5097451d247d9a6a6 /textproc/p5-XML-Flow | |
parent | c68c56bc227a836f3bcd5f5b273daed56137d3fb (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Flow')
-rw-r--r-- | textproc/p5-XML-Flow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Flow/Makefile b/textproc/p5-XML-Flow/Makefile index b1f4e11eb529..994e8f7b9ab0 100644 --- a/textproc/p5-XML-Flow/Makefile +++ b/textproc/p5-XML-Flow/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Store (restore) perl data structures in XML stream -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |