diff options
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index c2c567ba09b3..daa671ddfd1e 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -25,6 +25,10 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS+= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net .endif +.if ${OSVERSION} >= 503000 +BROKEN= "Broken pkg-plist on FreeBSD >= 5.x" +.endif + USE_GMAKE= yes PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.p/pre/} |