diff options
author | martti <martti@pkgsrc.org> | 2003-09-04 08:21:52 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-04 08:21:52 +0000 |
commit | f6ad32bcd064e623cebda2dda93cbdcc0eaf6ae0 (patch) | |
tree | 9fff1bd114143e27e6a0b78ec95518dd73ed0c92 /print/acroread5 | |
parent | 195d6b378685adcefaf1c5d763b16cd87260cf91 (diff) | |
download | pkgsrc-f6ad32bcd064e623cebda2dda93cbdcc0eaf6ae0.tar.gz |
Make this work in Linux
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 6d12a0b32d6..cf4618fc49c 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/17 04:44:54 kei Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/04 08:21:57 martti Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.08 @@ -42,6 +42,9 @@ PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' DISTNAME= sol-508 PLATFORM= sparcsolaris . endif +.elif ${OPSYS} == "Linux" +DISTNAME= linux-508 +PLATFORM= intellinux .elif ${OPSYS} == "SunOS" DISTNAME= sol-508 PLATFORM= sparcsolaris |