diff options
author | andreas <andreas@FreeBSD.org> | 1998-11-10 15:16:00 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-11-10 15:16:00 +0000 |
commit | 89ec66c313570da3ae56debedbdfd608db0113e3 (patch) | |
tree | a5c6e14174a951cdb180e6eb5f1e6acf7239976b /print/lyx16/Makefile | |
parent | c0a5441257eac2f572ba70f1e9eb0bbc4e74b746 (diff) | |
download | FreeBSD-ports-89ec66c313570da3ae56debedbdfd608db0113e3.zip FreeBSD-ports-89ec66c313570da3ae56debedbdfd608db0113e3.tar.gz |
Upgrade to latest version 1.0.0pre2
Not broken for ELF, since xforms lib isn't broken anymore
Although xforms should be ok for ELF I got the following error message
at startup of lyx:
/usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found
Had to apply a symlink manually:
root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88
root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 24a1dbc..c704cc0 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -3,18 +3,16 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ +# $Id: Makefile,v 1.22 1998/09/26 23:18:08 steve Exp $ # -DISTNAME= lyx-0.12.1pre6 +DISTNAME= lyx-1.0.0pre2 CATEGORIES= print MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ ftp://la1ad.uio.no/pub/lyx/ 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) |