diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-23 14:05:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-23 14:05:45 +0000 |
commit | 1926711f126b6dd7ad53e3ec14cd95ab5cb89bdb (patch) | |
tree | 08f89918925beb65531069b4adc09c64ce4322f9 | |
parent | 0ecc40acbe4d0d2cc1d0d83c31190f930a268614 (diff) | |
download | pkgsrc-1926711f126b6dd7ad53e3ec14cd95ab5cb89bdb.tar.gz |
s/buildlink/buildlink2/
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index dbbf3cac0c3..a66478875b4 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -12,7 +12,7 @@ # Freely redistributable. Absolutely no warranty. # # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp -# $NetBSD: pkglint.pl,v 1.75 2002/12/10 14:30:36 schmonz Exp $ +# $NetBSD: pkglint.pl,v 1.76 2002/12/23 14:05:45 wiz Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer <hubertf@netbsd.org>, @@ -755,7 +755,7 @@ sub checkmakefile { print "OK: checking USE_SSL.\n" if ($verbose); if ($whole =~ /\nUSE_SSL/) { &perror("FATAL: USE_SSL is deprecated, ". - "use the openssl buildlink.mk instead."); + "use the openssl buildlink2.mk instead."); } print "OK: checking NO_WRKSUBDIR.\n" if ($verbose); if ($whole =~ /\nNO_WRKSUBDIR/) { |