diff options
author | asami <asami@FreeBSD.org> | 1996-10-15 23:41:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-15 23:41:41 +0000 |
commit | bd69ed45c036b8f97e4311395c2db2c6e43e7db3 (patch) | |
tree | 151189af0df0e217337ea1bdecdc47293e20a620 /print/lyx16 | |
parent | 2ecac32ae3652c7977d005924f86d58cd77935f0 (diff) | |
download | FreeBSD-ports-bd69ed45c036b8f97e4311395c2db2c6e43e7db3.zip FreeBSD-ports-bd69ed45c036b8f97e4311395c2db2c6e43e7db3.tar.gz |
Move few things around to standard order. Change /usr/X11R6 to ${X11BASE}.
Diffstat (limited to 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 32ba861..1d00ec7 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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) |