diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-xmltv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index 3e60a6c95ee0..81cb570a49ad 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -44,6 +44,8 @@ PLIST_SUB= VERSION="${PORTVERSION}" .if ${PERL_LEVEL} <= 500600 IGNORE= "perl 5.6 or higher is required to build this port" +.else +BROKEN= "Broken pkg-plist" .endif .if ${OSVERSION} >= 500000 |