diff options
author | asami <asami@FreeBSD.org> | 1998-03-03 18:00:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-03 18:00:54 +0800 |
commit | ccf9094cb1c7881b2c1a4cc8f9d8837a111fa035 (patch) | |
tree | a4d2ca0d12860555a0efd729a6b7a853d0fe05a3 /www/checkbot/Makefile | |
parent | c655a1f045b7cabfdf6c9152aba3070dffc90cf3 (diff) | |
download | freebsd-ports-gnome-ccf9094cb1c7881b2c1a4cc8f9d8837a111fa035.tar.gz freebsd-ports-gnome-ccf9094cb1c7881b2c1a4cc8f9d8837a111fa035.tar.zst freebsd-ports-gnome-ccf9094cb1c7881b2c1a4cc8f9d8837a111fa035.zip |
Mark this port broken, the BUILD_DEPENDS syntax is not right. Please
see handbook or other ports.
Diffstat (limited to 'www/checkbot/Makefile')
-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 |