diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-10 18:31:11 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-10 18:31:11 +0800 |
commit | a0cd58d26ea47fc809613f3d7ef6cd72a745a6ac (patch) | |
tree | 1e0265877f9b9600483a054560141a7f49317a6f /net-im/skype | |
parent | 7d93077267ae1d3175d92a15ace617a994feee07 (diff) | |
download | freebsd-ports-gnome-a0cd58d26ea47fc809613f3d7ef6cd72a745a6ac.tar.gz freebsd-ports-gnome-a0cd58d26ea47fc809613f3d7ef6cd72a745a6ac.tar.zst freebsd-ports-gnome-a0cd58d26ea47fc809613f3d7ef6cd72a745a6ac.zip |
- Now it conflicts with skype-devel
- Bump PORTREVISION
- Use my @FreeBSD.org address
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 28af902671a7..4ede7293a721 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -7,13 +7,16 @@ PORTNAME= skype PORTVERSION= 1.2.0.18 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= P2P VoIP software +CONFLICTS+= skype-devel-[0-9]* + RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat |