diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 11:35:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 11:35:16 +0000 |
commit | 30f5a5b98395dcf5bec2a4a51f62e1a623c05c4d (patch) | |
tree | 160f66cae3db1aa2b7c9a2083d891c8b3364ab80 /net/skype/Makefile | |
parent | 717f9599c6726de41531e18740779c373a8e158d (diff) | |
download | pkgsrc-30f5a5b98395dcf5bec2a4a51f62e1a623c05c4d.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/Makefile')
-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 |