diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
commit | ec8a4e66c1c63749a508e9ed36ff370302fa689f (patch) | |
tree | c4304430f5506818e6eb1fb0c4dc86e66ba89840 /x11-wm/xfce | |
parent | Update to use new WRKSRC directory. (diff) |
Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
Notes
Notes:
svn path=/head/; revision=15906
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 6fe2fc3e9710..ebffaaaa6392 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.10 1998/11/23 11:15:43 asami Exp $ +# $Id: Makefile,v 1.11 1998/12/07 20:46:39 billf Exp $ # DISTNAME= xfce-2.1.1 @@ -15,6 +15,9 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms +# depends on xforms +ONLY_FOR_ARCHS= i386 + BROKEN= install USE_GMAKE= yes |