diff options
author | matthias <matthias> | 1998-11-13 13:04:15 +0000 |
---|---|---|
committer | matthias <matthias> | 1998-11-13 13:04:15 +0000 |
commit | d07c0ec143fd84b7a7e12004f790577f0631db07 (patch) | |
tree | 1812868adfe599d3468dde0c81edf3d0d342a4f3 /print/lyx | |
parent | bd2a4911851d9d2ba201b69a6b4ff2758f782e3e (diff) | |
download | pkgsrc-d07c0ec143fd84b7a7e12004f790577f0631db07.tar.gz |
Enable ns32k architecture.
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 0ccff274e81..7c1058ae70e 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:24 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/11/13 13:04:51 matthias Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -16,7 +16,7 @@ RUN_DEPENDS= latex:../../print/teTeX \ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms -ONLY_FOR_ARCHS= arm32 i386 m68k sparc +ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" |