diff options
-rw-r--r-- | net-mgmt/docsis/Makefile | 2 | ||||
-rw-r--r-- | net/cvsupit/Makefile | 2 | ||||
-rw-r--r-- | net/docsis/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index eb805b18831f..eda8f1321e1e 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/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 diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index 533003515e96..cd7f6b397b32 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 eb805b18831f..eda8f1321e1e 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 |