diff options
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r-- | print/lyx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index eb4129f9966c..9acf363fe2ab 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,12 +3,12 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1997/10/04 14:53:05 andreas Exp $ +# $Id: Makefile,v 1.10 1997/10/09 21:04:43 andreas Exp $ # -DISTNAME= lyx-0.10.7 +DISTNAME= lyx-0.11.45 CATEGORIES= print -MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/beta_stable/ +MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/devel/0.11/ MAINTAINER= andreas@FreeBSD.ORG @@ -19,6 +19,7 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes +STRIP= CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 |