diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 10:00:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 10:00:54 +0000 |
commit | ed5b96dba44f191093a79414f2a7e87846cfef7f (patch) | |
tree | 7b139cfe824766db08869acb9fcf04ce14f44748 | |
parent | Mark this NO_PACKAGE until DavidO can fix it. (diff) |
Mark this port broken, the BUILD_DEPENDS syntax is not right. Please
see handbook or other ports.
Notes
Notes:
svn path=/head/; revision=10017
-rw-r--r-- | www/checkbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 652476adec75..f9c940527f7a 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -3,7 +3,7 @@ # Date created: 2. Feb 1998 # Whom: wosch@FreeBSD.org # -# $Id: Makefile,v 1.8 1997/06/24 18:43:25 jfitz Exp $ +# $Id: Makefile,v 1.1.1.1 1998/03/02 19:11:48 wosch Exp $ # DISTNAME= checkbot-1.51 @@ -17,6 +17,7 @@ BUILD_DEPENDS= \ ${PORTSDIR}/www/p5-libwww \ ${PORTSDIR}/mail/p5-Mail-Tools +BROKEN= BUILD_DEPENDS list not right MAN1= checkbot.1 USE_PERL5= YES |