summaryrefslogtreecommitdiff
path: root/print/lyx16/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-11-10 15:16:00 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-11-10 15:16:00 +0000
commit3e134b2d4bf88d71f6388bd227b048ce3e431d72 (patch)
tree14ebb576d2f7567f81861d6d43bf69a8b2016334 /print/lyx16/Makefile
parentadd official kerberos patch (diff)
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
Notes
Notes: svn path=/head/; revision=14447
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r--print/lyx16/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index 24a1dbc4b117..c704cc07622f 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)