pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/RealPlayerGold Adapt for latest suse_linux ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeac93308ba5
branches:  trunk
changeset: 515531:eeac93308ba5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jul 03 19:42:04 2006 +0000

description:
Adapt for latest suse_linux framework (unbreak the installation).

diffstat:

 multimedia/RealPlayerGold/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r bf49cd3bd12e -r eeac93308ba5 multimedia/RealPlayerGold/Makefile
--- a/multimedia/RealPlayerGold/Makefile        Mon Jul 03 19:40:20 2006 +0000
+++ b/multimedia/RealPlayerGold/Makefile        Mon Jul 03 19:42:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:11 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2006/07/03 19:42:04 xtraeme Exp $
 #
 
 DISTNAME=              RealPlayer10GOLD
@@ -21,11 +21,11 @@
 .include "../../emulators/suse_linux/Makefile.application"
 
 .if !defined(USE_NATIVE_LINUX)
-DEPENDS+=              suse_base>=9.1:../../emulators/suse91_base
-DEPENDS+=              suse_fontconfig>=9.1:../../emulators/suse91_fontconfig
-DEPENDS+=              suse_freetype2>=9.1:../../emulators/suse91_freetype2
-DEPENDS+=              suse_x11>=9.1:../../emulators/suse91_x11
-DEPENDS+=              suse_gtk2>=9.1:../../emulators/suse91_gtk2
+DEPENDS+=              suse_base>=9.1:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+=              suse_fontconfig>=9.1:../../emulators/${SUSE_DIR_PREFIX}_fontconfig
+DEPENDS+=              suse_freetype2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_freetype2
+DEPENDS+=              suse_x11>=9.1:../../emulators/${SUSE_DIR_PREFIX}_x11
+DEPENDS+=              suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2
 .endif
 
 REALPLAYER_SUBDIR=     lib



Home | Main Index | Thread Index | Old Index