diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/atmsupport/Makefile | 3 | ||||
-rw-r--r-- | net/ipex/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 3e50ac1a66aa..111774b8c7a9 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= harti/atm MAINTAINER= harti@FreeBSD.org COMMENT= Tools for testing the ATM subsystem +DEPRECATED= Broken on FreeBSD 8 and newer +EXPIRATION_DATE=2013-09-01 + LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 USE_AUTOTOOLS= libtool diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 893bb49b4700..fda18397b29c 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF MAINTAINER= csjp@FreeBSD.org COMMENT= Packet examination / sniffer utility +DEPRECATED= Broken on FreeBSD 8 and newer +EXPIRATION_DATE=2013-09-01 + MAN1= ipex.1 MANCOMPRESSED= yes PLIST_FILES= bin/ipex |