diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-01-16 15:30:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-01-16 15:30:56 +0000 |
commit | dc8292c9829df35f6bb23a3fc217a0b422714a25 (patch) | |
tree | bf677c2d1254336009368f69b957911b6765f764 /net-im | |
parent | cb6571f5ff3d39ceebeb21ddbc245f4ac15301c3 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile index 7a110b101669..7aa3e33921bb 100644 --- a/net-im/skype4/Makefile +++ b/net-im/skype4/Makefile @@ -11,7 +11,8 @@ PKGNAMESUFFIX= 4 MAINTAINER= xmj@chaot.net COMMENT= P2P VoIP software -RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:${PORTSDIR}/audio/linux-skype_oss_wrapper +RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:${PORTSDIR}/audio/linux-skype_oss_wrapper \ + linux-${USE_LINUX}-pulseaudio-libs-glib2>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs-glib2 CONFLICTS= skype-devel-[0-9]* @@ -34,7 +35,7 @@ SUB_LIST+= SKYPEDIR=${SKYPEDIR} .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100075 +.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100075 || ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002507) BROKEN= Skype 4.3 requires Linux 2.6.32 emulation. .endif |