aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nvi-perl
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2009-03-29 04:45:10 +0800
committerskv <skv@FreeBSD.org>2009-03-29 04:45:10 +0800
commit0845a9092be27f06f835de5f7ab85a6ad1f99157 (patch)
tree893a11ba9c38666479720f77b2a35d21e8b42f6c /editors/nvi-perl
parent6ec98793d23a422c2da73eeb226c51d29415ccc7 (diff)
downloadfreebsd-ports-gnome-0845a9092be27f06f835de5f7ab85a6ad1f99157.tar.gz
freebsd-ports-gnome-0845a9092be27f06f835de5f7ab85a6ad1f99157.tar.zst
freebsd-ports-gnome-0845a9092be27f06f835de5f7ab85a6ad1f99157.zip
Introduce Perl 5.10.0
Diffstat (limited to 'editors/nvi-perl')
-rw-r--r--editors/nvi-perl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile
index b77388553e2a..d95d8d3d732f 100644
--- a/editors/nvi-perl/Makefile
+++ b/editors/nvi-perl/Makefile
@@ -39,6 +39,10 @@ IGNORE= must be built with a NON-threaded Perl
. endif
.endif
+.if ${PERL_LEVEL} >= 501000
+BROKEN= Does not build with perl >= 5.10
+.endif
+
post-patch:
${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h