diff options
author | William Pitcock <nenolod@dereferenced.org> | 2012-09-26 02:27:28 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2012-09-26 02:27:28 -0500 |
commit | ac23a63b4f2bf426c9e01b7d800fd46b98804797 (patch) | |
tree | 906988de7c5253df39338a95452228602deda398 /testing/openvswitch | |
parent | cdb36ab188ea14ae593f3a2f650540c11a201071 (diff) | |
download | aports-ac23a63b4f2bf426c9e01b7d800fd46b98804797.tar.bz2 aports-ac23a63b4f2bf426c9e01b7d800fd46b98804797.tar.xz |
testing/openvswitch: add perl build-dep
Diffstat (limited to 'testing/openvswitch')
-rw-r--r-- | testing/openvswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openvswitch/APKBUILD b/testing/openvswitch/APKBUILD index 85ef6f8ddd..1104b85672 100644 --- a/testing/openvswitch/APKBUILD +++ b/testing/openvswitch/APKBUILD @@ -10,7 +10,7 @@ license="GPL" depends="" depends_dev="openssl-dev" depends_monitor="py-twisted py-twisted-web2 py-qt" -makedepends="$depends_dev $depends_monitor" +makedepends="perl $depends_dev $depends_monitor" install="openvswitch.post-install openvswitch.post-upgrade" subpackages="$pkgname-doc $pkgname-monitor" source="http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz |