wok-current rev 6405
scanssh: typo in build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 25 13:41:48 2010 +0200 (2010-09-25) |
parents | 8f24df9b33cd |
children | 4cdd32865e23 |
files | scanssh/receipt |
line diff
1.1 --- a/scanssh/receipt Sat Sep 25 13:40:10 2010 +0200 1.2 +++ b/scanssh/receipt Sat Sep 25 13:41:48 2010 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Search for SSH server" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libpcap" 1.7 -BUILD_DEPS="libpcap-dev" 1.8 +BUILD_DEPENDS="libpcap-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.openbsd.org/" 1.11 WGET_URL="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/$TARBALL"