diff options
Diffstat (limited to 'devel/portlint/src/portlint.pl')
-rw-r--r-- | devel/portlint/src/portlint.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/portlint/src/portlint.pl b/devel/portlint/src/portlint.pl index fe1ad679135a..02c829d01ee5 100644 --- a/devel/portlint/src/portlint.pl +++ b/devel/portlint/src/portlint.pl @@ -668,14 +668,6 @@ sub checkplist { "for more details."); } - if ($_ =~ /\.la$/ && $makevar{USE_AUTOTOOLS} =~ 'libtool' && - !defined($makevar{USE_KDELIBS_VER})) { - &perror("WARN: $file [$.]: installing libtool archives, ". - "please use USE_AUTOTOOLS in Makefile if possible. ". - "See http://www.FreeBSD.org/gnome/docs/porting.html ". - "for a way to completely eliminate .la files."); - } - if ($_ =~ /\%gconf.*\.xml/ || $_ =~ /gconf.*\.schemas?/) { &perror("FATAL: $file [$.]: explicitly listing \%gconf key files ". "or GConf schema files in the plist is not supported. ". |