pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/realplayer use ${SUSE_DIR_PREFIX} in the su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52c34a2bfb33
branches:  trunk
changeset: 483279:52c34a2bfb33
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Nov 10 08:56:16 2004 +0000

description:
use ${SUSE_DIR_PREFIX} in the suse_openmotif dependency to allow suse91_...

diffstat:

 multimedia/realplayer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 328b5cfa5192 -r 52c34a2bfb33 multimedia/realplayer/Makefile
--- a/multimedia/realplayer/Makefile    Wed Nov 10 08:51:48 2004 +0000
+++ b/multimedia/realplayer/Makefile    Wed Nov 10 08:56:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/08/26 01:03:09 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/10 08:56:16 markd Exp $
 
 PKGNAME=               realplayer-8.0.1
 PKGREVISION=           2
@@ -30,7 +30,7 @@
 .if ${OPSYS} == "NetBSD"
 .  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
 DEPENDS+=              suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
-DEPENDS+=              suse_openmotif>=7.3:../../emulators/suse_openmotif
+DEPENDS+=              suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif
 .  elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
 .    if !exists(/emul/svr4/usr/lib/ld.so)
 PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)"



Home | Main Index | Thread Index | Old Index