diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-11 01:35:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-11 01:35:21 +0000 |
commit | 99341fbef0cc1c11479e0d6cdc5efea08e44be32 (patch) | |
tree | 74e7f283117de22bdaa5d31f8c4dc370e5a64409 /print/acroread3 | |
parent | 7429e2884e0b2bfbf868628af9d548cc3e23feae (diff) | |
download | pkgsrc-99341fbef0cc1c11479e0d6cdc5efea08e44be32.tar.gz |
On NetBSD/i386, this package needs the SuSE 7.3 emulation, not 9.1.
Diffstat (limited to 'print/acroread3')
-rw-r--r-- | print/acroread3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 8dfbfa57e82..2e771371633 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/04 21:30:28 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/03/11 01:35:21 rillig Exp $ PKGNAME= acroread3-3.01 PKGREVISION= 1 @@ -23,6 +23,7 @@ NO_BUILD= YES .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") +SUSE_PREFER= 7.3 # Does not work with 9.1 DEPENDS+= suse_libc5>=6.3:../../emulators/${SUSE_DIR_PREFIX}_libc5 DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DISTNAME= acroread_linux_301 |