diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
commit | 9e8a8c651808a740a4d8d6e85cbcbe892f3f740a (patch) | |
tree | a8a199efd8ea517d4b11c952a923af869bf1813c /print/lyx-devel | |
parent | ce0a236b51487c5dc3928238fb580d9fa25cd593 (diff) | |
download | FreeBSD-ports-9e8a8c651808a740a4d8d6e85cbcbe892f3f740a.zip FreeBSD-ports-9e8a8c651808a740a4d8d6e85cbcbe892f3f740a.tar.gz |
Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
Diffstat (limited to 'print/lyx-devel')
-rw-r--r-- | print/lyx-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 2c578e9..7dcf15c 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.23 1998/11/10 15:15:59 andreas Exp $ +# $Id: Makefile,v 1.24 1998/12/28 21:18:04 dirk Exp $ # DISTNAME= lyx-1.0.0pre6 @@ -21,6 +21,9 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm +# depends on xforms +ONLY_FOR_ARCHS= i386 + GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" STRIP= |