diff options
-rw-r--r-- | net-analyzer/arpwatch/arpwatch-3.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-analyzer/arpwatch/arpwatch-3.1.ebuild b/net-analyzer/arpwatch/arpwatch-3.1.ebuild index 76be0e590a07..64ae0f6ef45b 100644 --- a/net-analyzer/arpwatch/arpwatch-3.1.ebuild +++ b/net-analyzer/arpwatch/arpwatch-3.1.ebuild @@ -25,6 +25,7 @@ DEPEND=" RDEPEND=" ${DEPEND} selinux? ( sec-policy/selinux-arpwatch ) + virtual/mta " pkg_setup() { @@ -38,6 +39,11 @@ pkg_postinst() { enewuser arpwatch -1 -1 -1 arpwatch } +src_configure() { + econf \ + ac_cv_path_V_SENDMAIL=sendmail +} + src_install() { dosbin arp2ethers arpfetch arpsnmp arpwatch bihourly.sh massagevendor.py update-ethercodes.sh doman arpsnmp.8 arpwatch.8 |