diff options
author | reed <reed> | 2003-09-30 15:07:42 +0000 |
---|---|---|
committer | reed <reed> | 2003-09-30 15:07:42 +0000 |
commit | c9c9db9fb7f7237c2dd6c96fe98f3f2d8e2a4cfa (patch) | |
tree | d6260f3a6b6b2fd114aa5a63656d890bf26b12f2 | |
parent | 963e8c174a884dddef63119eade76c1885e1987c (diff) | |
download | pkgsrc-c9c9db9fb7f7237c2dd6c96fe98f3f2d8e2a4cfa.tar.gz |
This Linux binary runs under Linux too.
(Okay'd by maintainer, mrauch.)
-rw-r--r-- | misc/openoffice-linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index d8f1ec7054d..eae15c96be0 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:49:36 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/30 15:07:42 reed Exp $ DISTNAME= OOo_1.0.3.1_LinuxIntel_install PKGNAME= openoffice-linux-1.0.3.1 @@ -17,6 +17,7 @@ CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.[6-9]*-i386 NetBSD-[2-9]*-i386 +ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 TEMP?= ${WRKSRC} |