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/tycoon/Makefile | |
parent | a50f73322dfd84ac4632041853c01d34a2e519bf (diff) | |
download | ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.tar.gz ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.zip |
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/tycoon/Makefile')
-rw-r--r-- | x11/tycoon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index ae560f013d10..3f698fe8efb7 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 September 1997 # Whom: steve@farrell.org # -# $Id: Makefile,v 1.4 1998/12/07 20:46:38 billf Exp $ +# $Id: Makefile,v 1.5 1998/12/22 05:43:38 asami Exp $ # DISTNAME= tycoon-1.07o @@ -16,6 +16,9 @@ MAINTAINER= steve@farrell.org LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm +# depends on xforms +ONLY_FOR_ARCHS= i386 + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |