diff options
Diffstat (limited to 'print/lyx-devel')
-rw-r--r-- | print/lyx-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 32ba861a166f..1d00ec714a75 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -3,15 +3,15 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/15 20:49:26 andreas Exp $ # DISTNAME= lyx-0.10.6 CATEGORIES+= print -MAINTAINER= Andreas Klemm <andreas@klemm.gtn.com> - MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/ +MAINTAINER= Andreas Klemm <andreas@klemm.gtn.com> + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ispell:${PORTSDIR}/misc/ispell @@ -19,7 +19,7 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-extra-lib=/usr/X11R6/lib --with-extra-inc="/usr/X11R6/include /usr/X11R6/include/X11" +CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" post-install: .if !defined(NOMANCOMPRESS) |