diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 00:02:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 00:02:34 +0000 |
commit | 4fae7f633deb38672bd3e59b893de588ac3091f7 (patch) | |
tree | cd011089eade74ffddeacbe4c74dc70d7383c61e /net-mgmt | |
parent | 1ad1fba04bf82a712f993ef0191c49a2eb06f6b1 (diff) | |
download | ports-4fae7f633deb38672bd3e59b893de588ac3091f7.tar.gz ports-4fae7f633deb38672bd3e59b893de588ac3091f7.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile index af4c46637fc2..8cefdfeca18f 100644 --- a/net-mgmt/arpwatch-devel/Makefile +++ b/net-mgmt/arpwatch-devel/Makefile @@ -16,6 +16,8 @@ DISTNAME= arpwatch-2.1a11 MAINTAINER= mdg@secureworks.net COMMENT= Monitor arp & rarp requests +CONFLICTS= arpwatch-2.* + GNU_CONFIGURE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index d98e7431bfd1..a38aa57976a9 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/arpwatch/Makefile @@ -16,6 +16,8 @@ DISTNAME= arpwatch-2.1a11 MAINTAINER= krion@FreeBSD.org COMMENT= Monitor arp & rarp requests +CONFLICTS= arpwatch-devel-2.* + GNU_CONFIGURE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet |