diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 09:19:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 09:50:43 +0000 |
commit | 05079f7ae9d3ab3050395c8b63a4c668b5744db9 (patch) | |
tree | 0a776337154aab76b3109ac5980ecfbf26d23305 /testing | |
parent | 75e1b9ffb96ed1cdcc9c823ce9ae4ba9a1547993 (diff) | |
download | aports-05079f7ae9d3ab3050395c8b63a4c668b5744db9.tar.bz2 aports-05079f7ae9d3ab3050395c8b63a4c668b5744db9.tar.xz |
testing/expect: remove tcl from depends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/expect/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/expect/APKBUILD b/testing/expect/APKBUILD index 94f06b4da..ab37b50cf 100644 --- a/testing/expect/APKBUILD +++ b/testing/expect/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A tool for automating interactive applications" url="http://www.nist.gov/el/msid/expect.cfm" arch="all" license="custom" -depends="tcl" +depends="" depends_dev="tcl-dev" makedepends="$depends_dev" subpackages="$pkgname-dev" |