diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-19 18:24:23 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-19 18:24:23 +0000 |
commit | a724160bbeaeb44ad4ddcacd380dcf987c0b7691 (patch) | |
tree | d1ae99686e8ce2b69373f39fe46971599fb7e2a4 /net-im | |
parent | aec111148f098f7129327bceedcb946b8118f174 (diff) |
- Take maintainership
- Mark broken (not fetchable)
Approved by: itetcu (maintainer), sat (mentor)
Notes
Notes:
svn path=/head/; revision=195908
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 75bedce71de9..58e4c6d8f55a 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= -devel DISTNAME= skype-beta_staticQT-${PORTVERSION} -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= P2P VoIP software CONFLICTS= skype-[0-9]* @@ -28,6 +28,8 @@ RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif +BROKEN= sources not available + USE_BZIP2= yes USE_LINUX= yes USE_X_PREFIX= yes |