diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-07 23:06:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-07 23:06:13 +0000 |
commit | dcccbb98912a29467b05ccf7267c21bc5b0bffa3 (patch) | |
tree | 7e0610428eb5660991f0034bb8192663f47cf07a /net/skype | |
parent | 19c1a2725c4552a66f616f1047cb412f313475d5 (diff) | |
download | pkgsrc-dcccbb98912a29467b05ccf7267c21bc5b0bffa3.tar.gz |
Add missing dependencies. Bump PKGREVISION.
XXX: now segfaults on NetBSD-4.99.30/amd64, instead of not starting
at all before.
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 94d98ff7d28..840e2051448 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -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_FTP= ${RESTRICTED} 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} |