summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-03-20 12:37:50 +0000
committerfrueauf <frueauf>1998-03-20 12:37:50 +0000
commit1baafa4e7c4029a2f68500921953ab4ca2db20c5 (patch)
tree52fd2fd60b3a90c5ab1331e25744a7f1c47ad0c7 /print
parent90912d4e42dcc42c2d6cd391eff0198b0e460491 (diff)
downloadpkgsrc-1baafa4e7c4029a2f68500921953ab4ca2db20c5.tar.gz
Set ONLY_FOR_ARCHS like in x11/xforms as the pkg does not work without.
Make me the MAINTAINER.
Diffstat (limited to 'print')
-rw-r--r--print/lyx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 16c0430367d..057fe178849 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -3,7 +3,7 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $NetBSD: Makefile,v 1.3 1998/03/19 13:43:04 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1998/03/20 12:37:50 frueauf Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
@@ -12,7 +12,7 @@ CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
ftp://la1ad.uio.no/pub/lyx/
-MAINTAINER= andreas@FreeBSD.ORG
+MAINTAINER= frueauf@netbsd.org
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
@@ -20,6 +20,8 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
LIB_DEPENDS= xforms.0.:${PORTSDIR}/x11/xforms \
Xpm.4.:${PORTSDIR}/graphics/xpm
+ONLY_FOR_ARCHS= arm32 i386 m68k sparc
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"