diff options
-rw-r--r-- | net-im/skype-devel/Makefile | 3 | ||||
-rw-r--r-- | net-im/skype/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 4aa443000da7..8278602a853c 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= skype PORTVERSION= 2.2.0.35 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= -devel @@ -15,6 +16,8 @@ DISTNAME= skype_static-${DISTVERSION} MAINTAINER= itetcu@FreeBSD.org COMMENT= P2P VoIP software, development version +CONFLICTS= skype-[0-9]* + OPTIONS= VIDEO "[broken] Video sending support via multimedia/webcamd" on \ NVIDIA_GL "Use libGL provided by NVidia binary drivers" off diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index ee69792088a3..6342381e4687 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -10,6 +10,7 @@ PORTNAME= skype PORTVERSION= 2.1.0.81 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ @@ -18,6 +19,7 @@ DISTNAME= skype_static-${DISTVERSION} MAINTAINER= itetcu@FreeBSD.org COMMENT= P2P VoIP software +CONFLICTS= skype-devel-[0-9]* OPTIONS= VIDEO "Video sending support via multimedia/webcamd" on \ NVIDIA_GL "Use libGL provided by NVidia binary drivers" off |