diff options
Diffstat (limited to 'net/skype-devel/Makefile')
-rw-r--r-- | net/skype-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile index a98ea5d4295..e766f2d423c 100644 --- a/net/skype-devel/Makefile +++ b/net/skype-devel/Makefile @@ -6,16 +6,18 @@ # PORTNAME= skype -PORTVERSION= 1.0.0.20 +PORTVERSION= 1.1.0.13 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ + ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 USE_BZIP2= yes USE_LINUX= yes |