diff options
Diffstat (limited to 'x11-toolkits/FWF/Makefile')
-rw-r--r-- | x11-toolkits/FWF/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile index 97d467d5e2fe..92eabdd57663 100644 --- a/x11-toolkits/FWF/Makefile +++ b/x11-toolkits/FWF/Makefile @@ -3,7 +3,7 @@ # Date created: 14 July 1995 # Whom: jkh # -# $Id: Makefile,v 1.16 1998/12/22 07:51:27 asami Exp $ +# $Id: Makefile,v 1.17 1999/02/11 13:32:08 flathill Exp $ # DISTNAME= fwf-4.0 @@ -16,6 +16,10 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +.if ${MACHINE_ARCH} == "alpha" +BROKEN= ../../lib/libfwf.a: cannot read symbols +.endif + REQUIRES_MOTIF= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/FWF |