aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 01:58:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 01:58:58 +0000
commit81fb719f99a5e1cdd5dabfdf04f4f71c1159821a (patch)
tree33e636a2d9c1ef81bde54d4514bf82295c12cede /devel
parent0d4fbf1a951a31f331ce006a21d1f2121bb7b946 (diff)
downloadports-81fb719f99a5e1cdd5dabfdf04f4f71c1159821a.tar.gz
ports-81fb719f99a5e1cdd5dabfdf04f4f71c1159821a.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Dispatch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 3d215549937a..8212e1a73333 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -44,6 +44,12 @@ SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" \
REALCURDIR="${.CURDIR}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= Build fails
+.endif
+
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${PERL} ${SCRIPTDIR}/configure.pl
@@ -54,4 +60,4 @@ post-clean:
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>