pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/skype use ${SUSE_DIR_PREFIX} appropriately



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5507cffe0197
branches:  trunk
changeset: 512422:5507cffe0197
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue May 09 09:31:42 2006 +0000

description:
use ${SUSE_DIR_PREFIX} appropriately

diffstat:

 net/skype/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 710e81079cce -r 5507cffe0197 net/skype/Makefile
--- a/net/skype/Makefile        Tue May 09 08:01:07 2006 +0000
+++ b/net/skype/Makefile        Tue May 09 09:31:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:13 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/09 09:31:42 abs Exp $
 #
 
 DISTNAME=              skype_staticQT-1.2.0.18
@@ -15,11 +15,11 @@
 .include "../../emulators/suse_linux/Makefile.application"
 
 .if !defined(USE_NATIVE_LINUX)
-DEPENDS+=      suse_base>=9.1:../../emulators/suse91_base
-DEPENDS+=      suse_glx>=9.1:../../emulators/suse91_glx
-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_base-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+=      suse_glx-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_glx
+DEPENDS+=      suse_fontconfig-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_fontconfig
+DEPENDS+=      suse_freetype2-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_freetype2
+DEPENDS+=      suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
 .else
 .include "../../mk/x11.buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index