diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 06:59:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 06:59:28 +0000 |
commit | 0220b93b15849605f2a989b5ca7f1a158b81d42c (patch) | |
tree | ac1aae2c05b07ff09f3e6c079648a03144fe6eea /net | |
parent | 410e1d6aa7dad76849b3f3ff9b56685a7288d0a5 (diff) | |
download | FreeBSD-ports-0220b93b15849605f2a989b5ca7f1a158b81d42c.zip FreeBSD-ports-0220b93b15849605f2a989b5ca7f1a158b81d42c.tar.gz |
BROKEN: Does not build
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsupit/Makefile | 2 | ||||
-rw-r--r-- | net/docsis/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index 5330035..cd7f6b3 100644 --- a/net/cvsupit/Makefile +++ b/net/cvsupit/Makefile @@ -13,6 +13,8 @@ DISTFILES= #empty MAINTAINER= jkh@FreeBSD.org COMMENT= CVSup installation and setup front-end package (16.1 / GUI V3) +BROKEN= "Does not build" + .if !defined(PACKAGE_BUILDING) IS_INTERACTIVE= 'Must configure cvsup server information' .endif diff --git a/net/docsis/Makefile b/net/docsis/Makefile index eb805b1..eda8f13 100644 --- a/net/docsis/Makefile +++ b/net/docsis/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= jflemer@alum.rpi.edu COMMENT= DOCSIS(tm) binary configuration file encoder/decoder +BROKEN= "Does not build" + LIB_DEPENDS= netsnmp:${PORTSDIR}/net/net-snmp USE_OPENSSL= yes |