diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
commit | 1675ff649cded4c85d65feb0f4c5cc87010242eb (patch) | |
tree | 3e3556f1e26a35be0250e7f749680b9fc30e9c6b /net-im/skype4 | |
parent | dns/c-ares: update 1.11.0 -> 1.12.0 (diff) |
Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
Notes
Notes:
svn path=/head/; revision=424259
Diffstat (limited to 'net-im/skype4')
-rw-r--r-- | net-im/skype4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile index 3820c1bae0df..560d95907c42 100644 --- a/net-im/skype4/Makefile +++ b/net-im/skype4/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFAULT= VIDEO NO_BUILD= yes USES= cpe desktop-file-utils linux tar:bzip2 -USE_LINUX= fontconfig xorglibs qt47 qt47-x11 qt47-webkit openssl pulseaudio-libs +USE_LINUX= fontconfig xorglibs qt qt-x11 qtwebkit openssl pulseaudio-libs RESTRICTED= Redistribution prohibited. |