diff options
author | netchild <netchild@FreeBSD.org> | 2005-06-19 18:20:33 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-06-19 18:20:33 +0800 |
commit | 678c043ecd47c2c4fdb9fb3cb6db48658d4d2f97 (patch) | |
tree | a3487cad609d431f7d32ee103c9cae72266583b6 /net/skype/Makefile | |
parent | 1e14f543d27cdd137c25a0886e41622db076036e (diff) | |
download | freebsd-ports-gnome-678c043ecd47c2c4fdb9fb3cb6db48658d4d2f97.tar.gz freebsd-ports-gnome-678c043ecd47c2c4fdb9fb3cb6db48658d4d2f97.tar.zst freebsd-ports-gnome-678c043ecd47c2c4fdb9fb3cb6db48658d4d2f97.zip |
Update to 1.1.0.13.
Note: I have problems with it, I see empty boxes instead of characters. But
since several people reported success, and some people (except me) got it
working after removing ~/.qt*, I commit it anyway.
Diffstat (limited to 'net/skype/Makefile')
-rw-r--r-- | net/skype/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index a98ea5d42956..e766f2d423c9 100644 --- a/net/skype/Makefile +++ b/net/skype/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 |