diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-06 03:19:10 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-06 03:19:10 +0800 |
commit | e40550b04900a5d2f184d138a73815672b288e4d (patch) | |
tree | e1cb822d6440c13a59f8bf96b4665f08a5307a47 /print/lyx-devel/Makefile | |
parent | e1c38f93248b57c4edc4bc399a29b2d5c4fe26cb (diff) | |
download | freebsd-ports-graphics-e40550b04900a5d2f184d138a73815672b288e4d.tar.gz freebsd-ports-graphics-e40550b04900a5d2f184d138a73815672b288e4d.tar.zst freebsd-ports-graphics-e40550b04900a5d2f184d138a73815672b288e4d.zip |
upgrade lyx port to 1.0.3
PR: 11656 12011 12153
Submitted by: Chris Piazza cpiazza@home.net,
Mikhail Teterin mi@aldan.algebra.com,
Vadim Belman voland@plab.ku.dk
Reviewed by: me
Diffstat (limited to 'print/lyx-devel/Makefile')
-rw-r--r-- | print/lyx-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 3b89f9f7a45..7248f3030c1 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -3,10 +3,10 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $ +# $Id: Makefile,v 1.30 1999/06/08 22:14:27 steve Exp $ # -DISTNAME= lyx-1.0.2 +DISTNAME= lyx-1.0.3 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://la1ad.uio.no/pub/lyx/ \ @@ -27,7 +27,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" STRIP= -CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" +CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include" MAN1= lyx.1 reLyX.1 pre-fetch: |