diff --git a/srcpkgs/ebtables/template b/srcpkgs/ebtables/template index d144449a7ba..73548aafcb4 100644 --- a/srcpkgs/ebtables/template +++ b/srcpkgs/ebtables/template @@ -9,7 +9,7 @@ short_desc="Filtering tool for a Linux-based bridging firewall" maintainer="Enno Boland " license="GPL-2" homepage="http://ebtables.netfilter.org/" -depends="perl" +depends="perl iptables" distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz" checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d wrksrc=${pkgname}-v${_version} @@ -28,4 +28,5 @@ post_install() { rm -r $DESTDIR/etc/rc.d $DESTDIR/etc/ebtables-config touch $DESTDIR/etc/ebtables.conf vsv ebtables + rm $DESTDIR/etc/ethertypes }