From 412af280c005dfc946b85f88a9e754232c586fc7 Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 16 Jun 2005 23:56:15 +0000 Subject: Hardcode suse91 in paths to suse91_gtk2 and suse91_locale instead of using ${SUSE_DIR_PREFIX}, since these directories do not exist for other versions. --- print/acroread7/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/acroread7') diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 4c69de6eab3..93ef1cb86aa 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/15 14:23:30 markd Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 23:56:15 kristerw Exp $ DISTNAME= acroread7 # Overridden below PKGNAME= acroread7-7.0 @@ -35,8 +35,8 @@ PLATFORM= unknown .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2 -DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale +DEPENDS= suse_gtk2>=9.1:../../emulators/suse91_gtk2 +DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale DISTNAME= AdbeRdr70_linux_enu PLATFORM= intellinux .endif -- cgit v1.2.3