diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /net-im | |
parent | 549b6db4176fe494c57f28d6d061cda790a27887 (diff) | |
download | ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.gz ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype-devel/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index 834f9b073ef7..d4f82fde6856 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -12,7 +12,7 @@ COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_BZIP2= yes +USES= tar:bzip2 PORTDOCS= FAQ README commands.txt keyboard.txt diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 8dabe83a55d1..af50141a1c31 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -24,7 +24,7 @@ CONFLICTS= skype-1* skype-2.0* skype-2.1* NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 USE_LINUX= yes USE_LINUX_APPS+=alsalib alsa-plugins-oss expat fontconfig libasyncns \ libsigcpp20 diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 4f57d729adfb..c7df12577455 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -21,7 +21,7 @@ OPTIONS_DEFAULT= VIDEO NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 USE_LINUX= yes USE_LINUX_APPS+=alsalib alsa-plugins-oss expat fontconfig libasyncns \ libsigcpp20 |