diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-30 19:20:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-30 19:20:29 +0000 |
commit | 47f930e7f24be1b64172050e2fd09daf46e310e5 (patch) | |
tree | ea823144539b6230e57772bae2b06ca57276d115 /net/skype | |
parent | d66d9926b930c84420f4a38bc734d0d8145b9787 (diff) | |
download | pkgsrc-47f930e7f24be1b64172050e2fd09daf46e310e5.tar.gz |
Needs libstdc++.so.5, so add suse*compat dependency.
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 26f7aeba152..a6884219066 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/07/29 05:19:47 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2007/07/30 19:20:29 wiz Exp $ # DISTNAME= skype_staticQT-1.2.0.18 @@ -19,7 +19,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} LICENSE= skype-license EMUL_PLATFORMS= linux-i386 -EMUL_MODULES.linux= base fontconfig freetype2 glx x11 +EMUL_MODULES.linux= base compat fontconfig freetype2 glx x11 USE_DIRS+= xdg-1.1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |