diff options
author | demon <demon@FreeBSD.org> | 2009-11-10 20:51:39 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2009-11-10 20:51:39 +0800 |
commit | c82a47bf36c838da660e22e8e13a0686df9da827 (patch) | |
tree | 910489263ef94953503f5386026afb6ee9ce013b /textproc | |
parent | 63df0a146f1b6292ebdd4965f143127fac59b4e1 (diff) | |
download | freebsd-ports-gnome-c82a47bf36c838da660e22e8e13a0686df9da827.tar.gz freebsd-ports-gnome-c82a47bf36c838da660e22e8e13a0686df9da827.tar.zst freebsd-ports-gnome-c82a47bf36c838da660e22e8e13a0686df9da827.zip |
Correct path in RUN_DEPENDS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Validate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Validate/Makefile b/textproc/p5-XML-Validate/Makefile index 8c583734d9b3..4f48044bc3b9 100644 --- a/textproc/p5-XML-Validate/Makefile +++ b/textproc/p5-XML-Validate/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= An XML validator factory -RUN_DEPENDS= ${SITE_PERL}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML PERL_CONFIGURE= yes |