diff options
author | xtraeme <xtraeme> | 2004-11-17 11:35:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-11-17 11:35:16 +0000 |
commit | 34a2df0db6c658c93881ec165e6d755b3f4e354b (patch) | |
tree | 160f66cae3db1aa2b7c9a2083d891c8b3364ab80 /net/skype | |
parent | 4de8b845881200d8b0dc17624175cd582cbb21e5 (diff) | |
download | pkgsrc-34a2df0db6c658c93881ec165e6d755b3f4e354b.tar.gz |
This package requires fontconfig and freetype2 libs, which are
available using the suse91 packages, add missing dependencies; pointed
out by agc@.
Bump PKGREVISION.
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 05ef02c416a..3c21249eec9 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -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 @@ COMMENT= P2P VoIP software .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 |