pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/acroread7 Hardcode suse91 in paths to suse91_gtk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73de15a88604
branches:  trunk
changeset: 495667:73de15a88604
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 16 23:56:15 2005 +0000

description:
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.

diffstat:

 print/acroread7/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r dc595c6a34c0 -r 73de15a88604 print/acroread7/Makefile
--- a/print/acroread7/Makefile  Thu Jun 16 23:49:40 2005 +0000
+++ b/print/acroread7/Makefile  Thu Jun 16 23:56:15 2005 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index