diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 08:24:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 08:24:00 +0000 |
commit | 02b250ecd4d80cb4cf2843e4402a769ab0bd07e6 (patch) | |
tree | d3057212598cfba3fea58aa5edcf4ee7764abd53 /main/ipfw-grsec/APKBUILD | |
parent | b2cba7ec1365853a10042f501d62cf0402226aaf (diff) | |
download | aports-02b250ecd4d80cb4cf2843e4402a769ab0bd07e6.tar.bz2 aports-02b250ecd4d80cb4cf2843e4402a769ab0bd07e6.tar.xz |
main/*: cleanup: remove pkgconfig from makedepends
it should be pulled in automatically
Diffstat (limited to 'main/ipfw-grsec/APKBUILD')
-rw-r--r-- | main/ipfw-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ipfw-grsec/APKBUILD b/main/ipfw-grsec/APKBUILD index c01ffd6b23..5605820d47 100644 --- a/main/ipfw-grsec/APKBUILD +++ b/main/ipfw-grsec/APKBUILD @@ -29,7 +29,7 @@ url="http://info.iet.unipi.it/~luigi/dummynet/" arch="all" license="BSD" depends="linux-${_flavor}=${_kernelver}" -makedepends="linux-${_flavor}-dev=${_kernelver} iptables-dev pkgconfig" +makedepends="linux-${_flavor}-dev=${_kernelver} iptables-dev" install= install_if="linux-$_flavor=$_kernelver $_realname" source="http://info.iet.unipi.it/~luigi/doc/${_realver}-${_realname}3.tgz |