Modified: trunk/dports/perl/p5-xml-entities/Portfile (139773 => 139774)
--- trunk/dports/perl/p5-xml-entities/Portfile 2015-08-26 16:46:44 UTC (rev 139773)
+++ trunk/dports/perl/p5-xml-entities/Portfile 2015-08-26 16:47:40 UTC (rev 139774)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -18,8 +19,9 @@
sha256 3498107938e4cc725f3d2e4fdf45b4a491a0e9d05f5f201c93986b90ea8e8c19
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-libwww-perl \
+ depends_lib-append \
+ port:p${perl5.major}-libwww-perl \
port:p${perl5.major}-html-parser
-supported_archs noarch
+ supported_archs noarch
}