diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 8 |
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> |