diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 06:58:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 06:58:29 +0000 |
commit | f2ce4a5fdaaeae2f0c820cf566f84b3f7b1bdf87 (patch) | |
tree | 218da3432ff7c1b4aa3dd21f2ab013ab691c7579 /mail | |
parent | support versions of freebsd that don't define ETHER_VLAN_ENCAP_LEN (diff) |
BROKEN: Does not build with new version of windowmaker
Notes
Notes:
svn path=/head/; revision=121846
Diffstat (limited to 'mail')
-rw-r--r-- | mail/aileron/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/aileron/Makefile b/mail/aileron/Makefile index bcf44b7c046a..12d280a2ff1b 100644 --- a/mail/aileron/Makefile +++ b/mail/aileron/Makefile @@ -15,6 +15,8 @@ DISTNAME= Aileron-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= WINGs mail client +BROKEN= "Does not build with new version of windowmaker" + LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient BUILD_DEPENDS= ${X11BASE}/bin/get-wings-flags:${PORTSDIR}/x11-wm/windowmaker |