1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

LyX doesn't need ispell as run dependency (PR 7349)

fixed: make WITH_ISPELL=yes installs with ispell otherwise without
lyx's ``configure'' disables the use of mmap for some reason (PR 5920)
checked, that on FreeBSD-current mmap is being used.
PR:		7349+5920
This commit is contained in:
Andreas Klemm 1998-08-01 09:07:02 +00:00
parent 72f75f465e
commit ca68b5746e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12242
5 changed files with 55 additions and 15 deletions

View File

@ -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.16 1998/05/12 07:19:48 tg Exp $
# $Id: Makefile,v 1.17 1998/07/04 07:56:21 andreas Exp $
#
DISTNAME= lyx-0.12.1pre6
@ -14,8 +14,10 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
.if defined(WITH_ISPELL)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
@ -25,6 +27,12 @@ STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
MAN1= lyx.1
pre-fetch:
.if !defined(WITH_ISPELL)
@${ECHO_MSG} "if you want this port build with spell checker type"
@${ECHO_MSG} "make WITH_ISPELL=yes"
.endif
post-install:
@strip ${PREFIX}/bin/lyx

View File

@ -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.16 1998/05/12 07:19:48 tg Exp $
# $Id: Makefile,v 1.17 1998/07/04 07:56:21 andreas Exp $
#
DISTNAME= lyx-0.12.1pre6
@ -14,8 +14,10 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
.if defined(WITH_ISPELL)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
@ -25,6 +27,12 @@ STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
MAN1= lyx.1
pre-fetch:
.if !defined(WITH_ISPELL)
@${ECHO_MSG} "if you want this port build with spell checker type"
@${ECHO_MSG} "make WITH_ISPELL=yes"
.endif
post-install:
@strip ${PREFIX}/bin/lyx

View File

@ -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.16 1998/05/12 07:19:48 tg Exp $
# $Id: Makefile,v 1.17 1998/07/04 07:56:21 andreas Exp $
#
DISTNAME= lyx-0.12.1pre6
@ -14,8 +14,10 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
.if defined(WITH_ISPELL)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
@ -25,6 +27,12 @@ STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
MAN1= lyx.1
pre-fetch:
.if !defined(WITH_ISPELL)
@${ECHO_MSG} "if you want this port build with spell checker type"
@${ECHO_MSG} "make WITH_ISPELL=yes"
.endif
post-install:
@strip ${PREFIX}/bin/lyx

View File

@ -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.16 1998/05/12 07:19:48 tg Exp $
# $Id: Makefile,v 1.17 1998/07/04 07:56:21 andreas Exp $
#
DISTNAME= lyx-0.12.1pre6
@ -14,8 +14,10 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
.if defined(WITH_ISPELL)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
@ -25,6 +27,12 @@ STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
MAN1= lyx.1
pre-fetch:
.if !defined(WITH_ISPELL)
@${ECHO_MSG} "if you want this port build with spell checker type"
@${ECHO_MSG} "make WITH_ISPELL=yes"
.endif
post-install:
@strip ${PREFIX}/bin/lyx

View File

@ -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.16 1998/05/12 07:19:48 tg Exp $
# $Id: Makefile,v 1.17 1998/07/04 07:56:21 andreas Exp $
#
DISTNAME= lyx-0.12.1pre6
@ -14,8 +14,10 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
.if defined(WITH_ISPELL)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
@ -25,6 +27,12 @@ STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
MAN1= lyx.1
pre-fetch:
.if !defined(WITH_ISPELL)
@${ECHO_MSG} "if you want this port build with spell checker type"
@${ECHO_MSG} "make WITH_ISPELL=yes"
.endif
post-install:
@strip ${PREFIX}/bin/lyx