aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-11-02 05:26:00 +0800
committerpav <pav@FreeBSD.org>2009-11-02 05:26:00 +0800
commit6d13850817ab0bb6756709bda77198e9b3b43968 (patch)
treea2120615cb45f98487d8915a971d9229099ece97
parente99bcdd652d3f49b3046d308a4e1cc5bd7b7df71 (diff)
downloadfreebsd-ports-gnome-6d13850817ab0bb6756709bda77198e9b3b43968.tar.gz
freebsd-ports-gnome-6d13850817ab0bb6756709bda77198e9b3b43968.tar.zst
freebsd-ports-gnome-6d13850817ab0bb6756709bda77198e9b3b43968.zip
- Fix depobj after Date::Pcalc update
Reported by: pointyhat
-rw-r--r--devel/otrs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile
index 0d13013caf0d..871454480bea 100644
--- a/devel/otrs/Makefile
+++ b/devel/otrs/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Open Ticket Request System
BUILD_DEPENDS= p5-CGI.pm>=3.33:${PORTSDIR}/www/p5-CGI.pm \
- ${SITE_PERL}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \
+ ${SITE_PERL}/${PERL_ARCH}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \