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 | |
parent | bd2a4911851d9d2ba201b69a6b4ff2758f782e3e (diff) | |
download | pkgsrc-d07c0ec143fd84b7a7e12004f790577f0631db07.tar.gz |
Enable ns32k architecture.
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | x11/xforms/Makefile | 6 |
2 files changed, 6 insertions, 4 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" diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index e67cf113aa0..81fb773f854 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:39 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/13 13:04:15 matthias Exp $ # DISTNAME= bxform-088 @@ -10,6 +10,8 @@ MASTER_SITES= ftp://bragg.phys.uwm.edu/pub/xforms/%SUBDIR%/ MASTER_SITE_SUBDIR= netBSD-arm .elif (${MACHINE_ARCH} == "i386") MASTER_SITE_SUBDIR= netBSD +.elif (${MACHINE_ARCH} == "ns32k") +MASTER_SITE_SUBDIR= netBSD-pc532 .else MASTER_SITE_SUBDIR= netBSD-${MACHINE_ARCH} .endif @@ -18,7 +20,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lamj@stat.cmu.edu HOMEPAGE= http://bragg.phys.uwm.edu/xforms/ -ONLY_FOR_ARCHS= arm32 i386 m68k sparc pc532 +ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k DIST_SUBDIR= xforms/${MASTER_SITE_SUBDIR} |