diff options
author | tron <tron> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-04 12:29:46 +0000 |
commit | 2bcd688c2f5c760fa938069aa032400bd6ebcf6d (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /print/acroread3 | |
parent | 5f72adf8c7563dfe99098faab888f7d281390340 (diff) | |
download | pkgsrc-2bcd688c2f5c760fa938069aa032400bd6ebcf6d.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'print/acroread3')
-rw-r--r-- | print/acroread3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 6a6ea1c3ec7..76d20d54972 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/03/14 03:14:47 lukem Exp $ +# $NetBSD: Makefile,v 1.19 2002/04/04 12:29:49 tron Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -21,8 +21,8 @@ NO_BUILD= YES .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_libc5>=6.3:../../emulators/suse_libc5 -DEPENDS= suse_x11>=6.3:../../emulators/suse_x11 +DEPENDS= suse_libc5>=6.3:../../emulators/${SUSE_DIR_PREFIX}_libc5 +DEPENDS= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DISTNAME= acroread_linux_301 PLATFORM= intellinux CHECK_SHLIBS= no @@ -78,4 +78,5 @@ post-install: @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" + |