diff options
Diffstat (limited to 'main/logrotate/APKBUILD')
-rw-r--r-- | main/logrotate/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD index 85c7de2a9b..6e21d85a8e 100644 --- a/main/logrotate/APKBUILD +++ b/main/logrotate/APKBUILD @@ -6,8 +6,8 @@ pkgrel=0 pkgdesc="Tool to rotate logfiles" url="https://fedorahosted.org/logrotate/" arch="all" -license="GPL" -depends= +license="GPL2" +depends="" makedepends="popt-dev autoconf automake libtool" subpackages="$pkgname-doc" source="https://fedorahosted.org/releases/l/o/logrotate/logrotate-$pkgver.tar.gz |