diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-01-16 23:30:56 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-01-16 23:30:56 +0800 |
commit | 5c8826e467fb6f0f79e088832d545c5e4cdb9947 (patch) | |
tree | bf677c2d1254336009368f69b957911b6765f764 /net-im | |
parent | c3c7d813f6a04846fcfa20daa7a18e880e42c841 (diff) | |
download | freebsd-ports-gnome-5c8826e467fb6f0f79e088832d545c5e4cdb9947.tar.gz freebsd-ports-gnome-5c8826e467fb6f0f79e088832d545c5e4cdb9947.tar.zst freebsd-ports-gnome-5c8826e467fb6f0f79e088832d545c5e4cdb9947.zip |
Unbreak on 11.0-CURRENT:
- Add a dependency on linux-c6-pulseaudio-libs-glib2
Sponsored by: PortsCamp Taiwan
Reviewed by: xmj
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 |