aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-05-01 14:51:41 +0800
committerclsung <clsung@FreeBSD.org>2007-05-01 14:51:41 +0800
commit99e8b053afd173088ad690c2857d6e18c159c09e (patch)
treee90d5a92d29ed96383d8eae821c4ff83ddb8a373
parent6797cff679194fd5384c9197c624742050ddd10f (diff)
downloadfreebsd-ports-gnome-99e8b053afd173088ad690c2857d6e18c159c09e.tar.gz
freebsd-ports-gnome-99e8b053afd173088ad690c2857d6e18c159c09e.tar.zst
freebsd-ports-gnome-99e8b053afd173088ad690c2857d6e18c159c09e.zip
- modify dependency path of XSLoader
-rw-r--r--math/p5-Algorithm-Combinatorics/Makefile2
-rw-r--r--textproc/p5-Parse-Flex/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile
index acfb0c47aa22..cd939f65053d 100644
--- a/math/p5-Algorithm-Combinatorics/Makefile
+++ b/math/p5-Algorithm-Combinatorics/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org
COMMENT= Efficient generation of combinatorial sequences
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
+ ${SITE_PERL}/${PERL_ARCH}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Algorithm::Combinatorics.3
diff --git a/textproc/p5-Parse-Flex/Makefile b/textproc/p5-Parse-Flex/Makefile
index 5a3f99973673..93afc4fa6cb1 100644
--- a/textproc/p5-Parse-Flex/Makefile
+++ b/textproc/p5-Parse-Flex/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org
COMMENT= The Fastest Lexer in the West
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
+ ${SITE_PERL}/${PERL_ARCH}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes