pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/skype This package requires fontconfig and freetyp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4841986b3a22
branches: trunk
changeset: 483682:4841986b3a22
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Nov 17 11:35:16 2004 +0000
description:
This package requires fontconfig and freetype2 libs, which are
available using the suse91 packages, add missing dependencies; pointed
out by agc@.
Bump PKGREVISION.
diffstat:
net/skype/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5af472cb34c1 -r 4841986b3a22 net/skype/Makefile
--- a/net/skype/Makefile Wed Nov 17 11:30:54 2004 +0000
+++ b/net/skype/Makefile Wed Nov 17 11:35:16 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/16 20:20:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/17 11:35:16 xtraeme Exp $
#
DISTNAME= skype_staticQT-${DIST_VERSION}
PKGNAME= skype-${DIST_VERSION}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
EXTRACT_SUFX= .tar.bz2
@@ -14,8 +15,10 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Linux"
-DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
-DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+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
.include "../../emulators/suse_linux/Makefile.application"
.else
USE_X11= yes
Home |
Main Index |
Thread Index |
Old Index