diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 5d04b9652f5ce026a99179fb4e897458aa0cf019 (patch) | |
tree | 1fd9b721babd6d1cb3a4e6d2f0a8f6e462eedf56 /print/lyx14 | |
parent | Mark broken for ELF since the pre-built library is a.out only. (diff) |
Mark broken for ELF because of xforms port.
Notes
Notes:
svn path=/head/; revision=13406
Diffstat (limited to 'print/lyx14')
-rw-r--r-- | print/lyx14/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index d4e0e6ed2837..24a1dbc4b117 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/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.20 1998/09/15 11:13:30 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ # DISTNAME= lyx-0.12.1pre6 @@ -13,12 +13,14 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= xforms is a.out only + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes |