diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-02 09:14:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-02 09:14:45 +0000 |
commit | 888fa8e198a0bbfb50944dc00a88077a08bbef1a (patch) | |
tree | ba6668522e83e1ba28a88c6a6678360591db0546 /textproc/p5-xmltv | |
parent | 6d13563f98bfef7127fd1103af3a77ca46266fdd (diff) | |
download | ports-888fa8e198a0bbfb50944dc00a88077a08bbef1a.tar.gz ports-888fa8e198a0bbfb50944dc00a88077a08bbef1a.zip |
Notes
Diffstat (limited to 'textproc/p5-xmltv')
-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 |