diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
commit | b6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /print/acroread/Makefile | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index dd0315dffe5..5200f437f8b 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/03/14 03:14:46 lukem Exp $ -# FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ +# $NetBSD: Makefile,v 1.29 2002/04/04 12:29:49 tron Exp $ PKGNAME= acroread-4.05 CATEGORIES= print @@ -25,7 +24,7 @@ SHLIB_HANDLING= NO .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_x11>=6.1:../../emulators/suse_x11 +DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 DISTNAME= linux-ar-405 PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install @@ -92,4 +91,4 @@ post-install: done .endif -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" |