diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-06-28 05:15:25 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-06-28 05:15:25 +0000 |
commit | 930fef53424f250d0db9ee172f331f124a701904 (patch) | |
tree | db13f1ad3785f929281fdadc1e59637693a8c76e /mail/xfmail | |
parent | Defaults changed: (Gregory Sutter) (diff) |
Make BROKEN message more informative.
Notes
Notes:
svn path=/head/; revision=62140
Diffstat (limited to 'mail/xfmail')
-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 73d3d866b189..efdd533faff8 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 |