diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 04:41:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 04:41:48 +0800 |
commit | 179d87213596180cd656acce7ca25ba036ac831a (patch) | |
tree | 64fb076dd2e5b304dbb003ea2c685ae3189163a0 /x11-toolkits | |
parent | b043bc138e7334e287ab59883a7bf5373d85cd08 (diff) | |
download | freebsd-ports-gnome-179d87213596180cd656acce7ca25ba036ac831a.tar.gz freebsd-ports-gnome-179d87213596180cd656acce7ca25ba036ac831a.tar.zst freebsd-ports-gnome-179d87213596180cd656acce7ca25ba036ac831a.zip |
This port doesn't build (yet) on the Alpha.
Diffstat (limited to 'x11-toolkits')
-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 |