aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/skype
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-04-15 14:08:42 +0800
committerbeech <beech@FreeBSD.org>2008-04-15 14:08:42 +0800
commit97d401c38bcea3b4cd05bada95e29ca59a087fca (patch)
treeaaf1209bcc125ab8793ec6b93d27c1e77f5ccb11 /net-im/skype
parentfe7913d895284b284b24130a4e85d455b137e5cc (diff)
downloadfreebsd-ports-gnome-97d401c38bcea3b4cd05bada95e29ca59a087fca.tar.gz
freebsd-ports-gnome-97d401c38bcea3b4cd05bada95e29ca59a087fca.tar.zst
freebsd-ports-gnome-97d401c38bcea3b4cd05bada95e29ca59a087fca.zip
- Add dependency for libasound.so.2
- Bump portrevision
Diffstat (limited to 'net-im/skype')
-rw-r--r--net-im/skype/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile
index 6309a2374479..d3cf0cd0aa63 100644
--- a/net-im/skype/Makefile
+++ b/net-im/skype/Makefile
@@ -10,7 +10,7 @@
PORTNAME= skype
PORTVERSION= 1.4.0.118
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
@@ -21,7 +21,8 @@ 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/libsigc-2.0.so.0:${PORTSDIR}/devel/linux-libsigc++20
+ ${LINUXBASE}/usr/lib/libsigc-2.0.so.0:${PORTSDIR}/devel/linux-libsigc++20 \
+ ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib
.ifdef WITH_NVIDIA_GL
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver