diff options
author | itetcu <itetcu@FreeBSD.org> | 2012-06-08 03:41:34 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2012-06-08 03:41:34 +0800 |
commit | 24e1d70a815baeee266cc812b8af5daacc878d8a (patch) | |
tree | 368289d7a922d8f4b068fa2ea6e5edee63dec2b3 /net-im/skype | |
parent | fcb040ce779fe2264f2198793c48cc434a0bd5c0 (diff) | |
download | freebsd-ports-gnome-24e1d70a815baeee266cc812b8af5daacc878d8a.tar.gz freebsd-ports-gnome-24e1d70a815baeee266cc812b8af5daacc878d8a.tar.zst freebsd-ports-gnome-24e1d70a815baeee266cc812b8af5daacc878d8a.zip |
- mark skype and skype-devel CONFLICTing. I really don't know why they waren't
until now.
- bump PORTREVISION
I'll look for a better solution in the next days.
Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>'s checker
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |