diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-20 12:37:50 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-20 12:37:50 +0000 |
commit | ca3069a8118adf5fa38cbd67ee0bcdc9e73883f9 (patch) | |
tree | 52fd2fd60b3a90c5ab1331e25744a7f1c47ad0c7 /print/lyx/Makefile | |
parent | 970857ed784d0ca3b34a5a3e43437de580222736 (diff) | |
download | pkgsrc-ca3069a8118adf5fa38cbd67ee0bcdc9e73883f9.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/lyx/Makefile')
-rw-r--r-- | print/lyx/Makefile | 6 |
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" |