diff options
author | reed <reed@pkgsrc.org> | 2003-09-30 15:07:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-09-30 15:07:42 +0000 |
commit | 74068ae4d77ba32decf22e46b147ff413991597f (patch) | |
tree | d6260f3a6b6b2fd114aa5a63656d890bf26b12f2 | |
parent | 1fc9bf38e992a5a69f78c052505145d2e14fb344 (diff) | |
download | pkgsrc-74068ae4d77ba32decf22e46b147ff413991597f.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} |