aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Dispatch-Config
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-08-12 20:48:01 +0800
committermat <mat@FreeBSD.org>2004-08-12 20:48:01 +0800
commitb2915fd9d1aba9c155acea1793e42c7659e36be8 (patch)
tree7f1b6a044bd73b3a561e1fee38519f0ba6679d11 /devel/p5-Log-Dispatch-Config
parent1140f51cbed662c0f6dbd4ef84e3b5f2849f7cbd (diff)
downloadfreebsd-ports-gnome-b2915fd9d1aba9c155acea1793e42c7659e36be8.tar.gz
freebsd-ports-gnome-b2915fd9d1aba9c155acea1793e42c7659e36be8.tar.zst
freebsd-ports-gnome-b2915fd9d1aba9c155acea1793e42c7659e36be8.zip
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme.
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r--devel/p5-Log-Dispatch-Config/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile
index 18357f2a7a03..13f7a2b51cea 100644
--- a/devel/p5-Log-Dispatch-Config/Makefile
+++ b/devel/p5-Log-Dispatch-Config/Makefile
@@ -22,7 +22,6 @@ PM_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch
PM_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PM_DEPENDS+= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig
PM_DEPENDS+= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
-PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
PERL_CONFIGURE= yes
@@ -30,4 +29,10 @@ PERL_CONFIGURE= yes
# Log::Dispatch::Configurator.3 \
# Log::Dispatch::Configurator::AppConfig.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
+.include <bsd.port.post.mk>