diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-12 10:08:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-12 10:08:41 +0000 |
commit | c0a320103ec62c20c049621f8fe92941f491ef41 (patch) | |
tree | 10535cf0a1f0ebd6032188ed24b06508101bff28 /main/gengetopt/APKBUILD | |
parent | 30a06de0263dc09972e85b40531cef345a9c8e3f (diff) | |
download | aports-c0a320103ec62c20c049621f8fe92941f491ef41.tar.bz2 aports-c0a320103ec62c20c049621f8fe92941f491ef41.tar.xz |
main/gengetopt: fix deps for -dev
Diffstat (limited to 'main/gengetopt/APKBUILD')
-rw-r--r-- | main/gengetopt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gengetopt/APKBUILD b/main/gengetopt/APKBUILD index bce3ba8e31..c2f005811d 100644 --- a/main/gengetopt/APKBUILD +++ b/main/gengetopt/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=gengetopt pkgver=2.22.6 -pkgrel=1 +pkgrel=2 pkgdesc="Tool to write command line option parsing code for C programs" url="http://www.gnu.org/software/gengetopt/" arch="all" license="GPLv3+" depends="" -depends_dev="" +depends_dev="gengetopt" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" |