# HG changeset patch # User Christopher Rogers # Date 1296791665 0 # Node ID fe640158a2073e94e47c60eaf6b0a82e198e89fc # Parent d425e13b28cc5de5be732e2d89c69c4fd9b84cfb pam_ssh: Removed openssh-dev as build depend in pam_ssh cause it doesn't exist. diff -r d425e13b28cc -r fe640158a207 pam_ssh/receipt --- a/pam_ssh/receipt Fri Feb 04 03:25:41 2011 +0000 +++ b/pam_ssh/receipt Fri Feb 04 03:54:25 2011 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://pam-ssh.sourceforge.net/" WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" DEPENDS="pam libcrypto openssh-pam" -BUILD_DEPENDS="pam-dev openssh-dev file" +BUILD_DEPENDS="pam-dev file" # Rules to configure and make the package. compile_rules()