diff options
Diffstat (limited to 'main/sed')
-rw-r--r-- | main/sed/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sed/APKBUILD b/main/sed/APKBUILD index 45187e0d31..635a0cea03 100644 --- a/main/sed/APKBUILD +++ b/main/sed/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="GNU stream editor" url="http://www.gnu.org/software/sed" arch="all" license="GPL" -makedepends="perl" +makedepends="perl !sed" install="$pkgname.post-deinstall" source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz fix-reallocation-bug-when-matching-newlines.patch" |