1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

BROKEN with perl != 5.6.1: broken plist

This commit is contained in:
Kris Kennaway 2004-02-17 10:11:19 +00:00
parent 06aac32a8d
commit 3e2330f8f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101174

View File

@ -27,4 +27,10 @@ PERL_CONFIGURE= YES
USE_GNOME= gtk12
MAN1= gscmxx.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} != 500601
BROKEN= "Broken pkg-plist with perl != 5.6.1"
.endif
.include <bsd.port.post.mk>