summaryrefslogtreecommitdiff
path: root/print/lyx-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-10-15 23:41:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-10-15 23:41:41 +0000
commitd24c4ad9a3d55a8dbbebda0d04dc23686850ce9e (patch)
treedfc94c71ff47293d850d6d11c5d6cee5b9c67746 /print/lyx-devel
parentAdd .gz to manpage. (diff)
Move few things around to standard order. Change /usr/X11R6 to ${X11BASE}.
Notes
Notes: svn path=/head/; revision=3992
Diffstat (limited to 'print/lyx-devel')
-rw-r--r--print/lyx-devel/Makefile8
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)