pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/skype Add missing dependencies. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8433b5bae41
branches:  trunk
changeset: 533076:c8433b5bae41
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 07 23:06:13 2007 +0000

description:
Add missing dependencies. Bump PKGREVISION.
XXX: now segfaults on NetBSD-4.99.30/amd64, instead of not starting
at all before.

diffstat:

 net/skype/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r a8dfd7c1cef1 -r c8433b5bae41 net/skype/Makefile
--- a/net/skype/Makefile        Fri Sep 07 23:04:55 2007 +0000
+++ b/net/skype/Makefile        Fri Sep 07 23:06:13 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2007/09/03 21:57:52 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2007/09/07 23:06:13 wiz Exp $
 #
 
 DISTNAME=              skype_static-1.4.0.99
 PKGNAME=               ${DISTNAME:S/_static//}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            net
 MASTER_SITES=          http://download.skype.com/linux/
 EXTRACT_SUFX=          .tar.bz2
@@ -21,7 +21,8 @@
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 EMUL_PLATFORMS=                linux-i386
-EMUL_MODULES.linux=    base compat fontconfig freetype2 glx x11
+EMUL_MODULES.linux=    alsa base compat fontconfig freetype2 glx \
+                       libsigc++2 resmgr x11
 
 USE_DIRS+=             xdg-1.1
 WRKSRC=                        ${WRKDIR}/${DISTNAME}



Home | Main Index | Thread Index | Old Index