# HG changeset patch # User Christopher Rogers # Date 1307876942 0 # Node ID 9cb1952ef61da72186f92cdc3b6853f7f51b84f9 # Parent d9c492bef43b4d8a57cfc329271e66cc5e284184 pth: Fixed typo in deps. diff -r d9c492bef43b -r 9cb1952ef61d pth/receipt --- a/pth/receipt Sun Jun 12 03:09:50 2011 +0000 +++ b/pth/receipt Sun Jun 12 11:09:02 2011 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://www.gnu.org/software/pth/" WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" -DEPENDS="libltld" +DEPENDS="libltdl" # Rules to configure and make the package. compile_rules()