diff options
Diffstat (limited to 'main/make')
-rw-r--r-- | main/make/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/make/APKBUILD b/main/make/APKBUILD index 9f4f452fb4..a7ae27722a 100644 --- a/main/make/APKBUILD +++ b/main/make/APKBUILD @@ -5,8 +5,8 @@ pkgrel=4 pkgdesc="GNU make utility to maintain groups of programs" url="http://www.gnu.org/software/make" arch="all" -license=GPL -depends= +license="GPL3+" +depends="" subpackages="$pkgname-doc" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz make-3.82-savannah-bugs-30612-30723.patch |