diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-06-28 13:15:25 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-06-28 13:15:25 +0800 |
commit | 592046b1399b0f3991507433daeaeca738b2d582 (patch) | |
tree | 23a8b06db7199d75947f5f6dc819b02744a81d5a /mail | |
parent | 94b18ff0208f27d93efbc51c6007a5ef30a0b130 (diff) | |
download | freebsd-ports-graphics-592046b1399b0f3991507433daeaeca738b2d582.tar.gz freebsd-ports-graphics-592046b1399b0f3991507433daeaeca738b2d582.tar.zst freebsd-ports-graphics-592046b1399b0f3991507433daeaeca738b2d582.zip |
Make BROKEN message more informative.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 73d3d866b18..efdd533faff 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}/source/ MAINTAINER= mikeh@FreeBSD.org -BROKEN= "Does not find autoconf" +BROKEN= "Must manually install ports/devel/autoconf" LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ gdbm.2:${PORTSDIR}/databases/gdbm |