diff options
Diffstat (limited to 'main/doxygen/APKBUILD')
-rw-r--r-- | main/doxygen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/doxygen/APKBUILD b/main/doxygen/APKBUILD index 94b4ca240f..2a7d3a518a 100644 --- a/main/doxygen/APKBUILD +++ b/main/doxygen/APKBUILD @@ -7,7 +7,7 @@ url="http://www.doxygen.org/" arch="all" license="GPL" depends="" -makedepends="flex bison coreutils perl libiconv-dev python" +makedepends="flex bison coreutils perl python" subpackages="$pkgname-doc" source="http://ftp.stack.nl/pub/users/dimitri/doxygen-$pkgver.src.tar.gz" |