diff options
author | rillig <rillig> | 2006-03-11 01:35:21 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-03-11 01:35:21 +0000 |
commit | 2337072178552dde65a9dcc7fa2b99c2f601d7f2 (patch) | |
tree | 74e7f283117de22bdaa5d31f8c4dc370e5a64409 /print | |
parent | c7f40532508eaed1b820eacf01bf92d3d9d7ea70 (diff) | |
download | pkgsrc-2337072178552dde65a9dcc7fa2b99c2f601d7f2.tar.gz |
On NetBSD/i386, this package needs the SuSE 7.3 emulation, not 9.1.
Diffstat (limited to 'print')
-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 |