summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-11-13 12:09:02 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-11-13 12:09:02 +0000
commit22b6339c76689a33c697a722859b4b12928a5950 (patch)
treeefdd75fafe8ebd9d6edacf517f10a8732f1ec05c /usr.sbin/pkg_add
parentc90ad4e2dea52b1bfe66c050c61b74acc0f20ba1 (diff)
zap comment
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/pkg_add3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add b/usr.sbin/pkg_add/pkg_add
index dc8134e0a57..c951c82253c 100644
--- a/usr.sbin/pkg_add/pkg_add
+++ b/usr.sbin/pkg_add/pkg_add
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg_add,v 1.111 2004/11/13 11:54:30 espie Exp $
+# $OpenBSD: pkg_add,v 1.112 2004/11/13 12:09:01 espie Exp $
#
# Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org>
#
@@ -505,7 +505,6 @@ sub install_package
return ();
}
for my $dep (@{$plist->{libdepend}}) {
- # can't check libspecs yet
return () if defined $dep->{name} and $dep->{name} ne $plist->pkgname();
if (!check_lib_specs($state->{very_verbose},
$state->{destdir}.$plist->pkgbase(), $dep->{libspec})) {